static demo site - added variables
a
This commit is contained in:
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user