forked from Simnation/Main
Update style.css
This commit is contained in:
parent
14b352579a
commit
48f049e839
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ body {
|
|||
width: 1000px; /* Standard-Breite */
|
||||
height: 700px; /* Standard-Höhe */
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%); /* Zentriere das Interface */
|
||||
top: 60%; /* Statt 50% - weiter unten */
|
||||
left: 60%; /* Statt 50% - weiter rechts */
|
||||
transform: translate(-50%, -50%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue