aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2022-01-16 20:53:08 +0100
committerMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2022-01-16 20:53:08 +0100
commitfeecdecf2559846da48f08a2faaaefb96732fb59 (patch)
tree07c7963156495b7fb3763f690cb86f0b78a31599
parent40fb91d38a462d4d21c7d1b773276332802aefed (diff)
parent331c3bbe75d7913ffad4291b24b55d68cda7de4d (diff)
Merge remote-tracking branch 'origin/Mayte'
-rw-r--r--draughts/public/stylesheets/splash.css27
1 files changed, 14 insertions, 13 deletions
diff --git a/draughts/public/stylesheets/splash.css b/draughts/public/stylesheets/splash.css
index 11acf14..8826207 100644
--- a/draughts/public/stylesheets/splash.css
+++ b/draughts/public/stylesheets/splash.css
@@ -11,7 +11,8 @@ body {
margin: 0;
}
-.container{
+
+.container {
display: grid;
grid-template-columns: repeat(4, 25%);
grid-template-rows: repeat(3, calc(100% / 3));
@@ -21,13 +22,13 @@ body {
"players button how-to-3 windmill";
}
-.header{
+.header {
grid-area: header;
justify-self: left;
margin-left:10%;
}
-.stats{
+.stats {
grid-area: stats;
justify-self: left;
margin-left:10%;
@@ -38,7 +39,7 @@ body {
grid-area: players;
}
-.button{
+.button {
grid-area: button;
}
@@ -67,15 +68,15 @@ body {
grid-area: church;
}
-.raadhuis{
+.raadhuis {
grid-area: raadhuis;
}
-.windmill{
+.windmill {
grid-area: windmill;
}
-.icon > img{
+.icon > img {
margin-left: 15%;
height: 75%;
width: 90%;
@@ -108,7 +109,7 @@ div > p {
margin: 0;
}
-div > img{
+div > img {
object-fit: contain;
width: 100%;
max-height: 100%;
@@ -127,11 +128,11 @@ div > img{
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
-#button:active{
+#button:active {
font-weight: bold;
}
-#button:hover{
+#button:hover {
cursor: pointer;
background-color: var(--darker-blue)
}
@@ -148,7 +149,7 @@ div > img{
.how-to-2 > img {
justify-self: center;
- height: 80%;
+ height: 85%;
}
.how-to-2 > h2::before {
@@ -157,8 +158,8 @@ div > img{
.how-to-3> img {
justify-self: center;
- height: 50%;
- opacity: 0.9;
+ height: 45%;
+ opacity: 0.8;
}
.how-to-3 > h2::before {