diff --git a/schlangen_und_leitern/css/style.css b/schlangen_und_leitern/css/style.css
index 8592a3e..7ac4df5 100644
--- a/schlangen_und_leitern/css/style.css
+++ b/schlangen_und_leitern/css/style.css
@@ -1,13 +1,21 @@
h1{
text-align: center;
- font-size: 50px;
+ font-size: 65px;
+ text-decoration: underline;
}
.playerSelect{
display: flex;
justify-content: center;
+
+
+}
+
+.playerButton{
+
+ outline: auto;
}
@@ -16,7 +24,7 @@ h1{
height: 170px;
width: 170px;
-
+ background-color: rgb(255, 255, 255);
display: grid;
grid-template-columns: 30px 100px 30px;
grid-template-rows: 30px 100px 30px;
@@ -89,22 +97,41 @@ position: fixed;
#leftSide{
- width: 557px;
+ width: 50%;
height: 537px;
+ padding-left: 10%;
+ padding-right: 10%;
float: left;
}
#rightSide{
- margin-left: 537px;
+ margin-left: 50%;
height: 537px;
+ padding-right: 10%;
}
#isUp{
-
- text-align: center;
- font-size: 60px;
+ margin: auto;
+
+ font-size: 50px;
display: none;
+}
+
+#replay {
+
+
+
+
+
+
+}
+
+#continue {
+
+
+
+
}
\ No newline at end of file