static demo site - added variables

a
This commit is contained in:
SinusFox
2024-09-15 14:12:46 +02:00
parent 3622305672
commit ab97b462e3
2 changed files with 43 additions and 3 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ body {
.textbox {
width: 100%; /* Nimmt die volle Breite des Containers ein */
margin-top: 10px; /* Optional: Abstand oberhalb der Textbox */
margin: 10px; /* Optional: Abstand oberhalb der Textbox */
padding: 10px; /* Optional: Innenabstand für die Textbox */
border-radius: 20px; /* Abgerundete Ecken */
border: 2px solid #580000; /* Optional: Border-Farbe */
@@ -69,7 +69,7 @@ body {
background-color: #101010;
border-radius: 20px;
margin: 10px;
padding: 10px
padding: 10px;
}
.body_box {
@@ -87,5 +87,5 @@ body {
}
.text {
margin: 15px;
margin: 10px;
}