Änderungen

This commit is contained in:
ja
2021-10-15 10:41:44 +02:00
parent 184a210e34
commit 4082baa3ca
3 changed files with 13 additions and 12 deletions

View File

@@ -84,8 +84,8 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 1024px; width: 100%;
height: 800px; height: 100%;
margin: 0 auto; margin: 0 auto;
margin-top: 0px; margin-top: 0px;
} }
@@ -96,7 +96,7 @@
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
top: 50%; top: 50%;
bottom: auto; bottom: auto;
left: -15%; left: 15%;
right: 520px; right: 520px;
margin: auto; margin: auto;
} }

View File

@@ -16,12 +16,12 @@
background-color: #003680; background-color: #003680;
} }
#content_container { #content_container {
position:absolute; position: absolute;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 1024px; width: 100%;
height: 800px; height: 100%;
margin: 0 auto; margin: 0 auto;
margin-top: 0px; margin-top: 0px;
} }

View File

@@ -9,6 +9,7 @@
background-attachment: fixed; background-attachment: fixed;
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow:clip;
} }
#Login1_LoginButton { #Login1_LoginButton {
@@ -23,8 +24,8 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 1024px; width: 100%;
height: 800px; height: 100%;
margin: 0 auto; margin: 0 auto;
margin-top: 0px; margin-top: 0px;
} }
@@ -33,7 +34,7 @@
width: 400px; width: 400px;
height: 274px; height: 274px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
top: auto; top: 50%;
bottom: auto; bottom: auto;
left: -20%; left: -20%;
right: 520px; right: 520px;