aboutsummaryrefslogtreecommitdiff
path: root/draughts
diff options
context:
space:
mode:
authorMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2022-01-16 20:52:46 +0100
committerMayteApolix <83069108+MayteApolix@users.noreply.github.com> 2022-01-16 20:52:46 +0100
commit331c3bbe75d7913ffad4291b24b55d68cda7de4d (patch)
treed2cbd98a22d01e8abefa3d48fa9c70196ab7f4fb /draughts
parent2d67768c8814b809a273413966115358f42b69b3 (diff)
fixed indentation splash.css
Diffstat (limited to 'draughts')
-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 {