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 */
|
width: 1000px; /* Standard-Breite */
|
||||||
height: 700px; /* Standard-Höhe */
|
height: 700px; /* Standard-Höhe */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 60%; /* Statt 50% - weiter unten */
|
||||||
left: 50%;
|
left: 60%; /* Statt 50% - weiter rechts */
|
||||||
transform: translate(-50%, -50%); /* Zentriere das Interface */
|
transform: translate(-50%, -50%);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
|
background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue