Änderungen CSS und Design

This commit is contained in:
ja
2021-10-13 11:17:35 +02:00
parent 77da9a1945
commit f32861cf93
9 changed files with 72 additions and 70 deletions

View File

@@ -12,8 +12,7 @@
#Login1_LoginButton {
color: #fff;
background-color: #003680;
width:
}
}
#content_container {
display: flex;
justify-content: center;
@@ -21,21 +20,21 @@
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: 20px;
margin-top: 0px;
}
.container-fluid {
width: 400px;
height: 400px;
width: 400px;
height: 274px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 220px;
margin-top: 50%;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray;
width: 400px;
height: 400px;
height: 250px;
}
#lbl_login {
color: #003680;