Änderungen Css nun sind alle Fenster zentriert horizontal und vertikal

This commit is contained in:
ja
2021-11-23 09:17:34 +01:00
parent 4c3e583008
commit 2e65a873f2
5 changed files with 66 additions and 28 deletions

View File

@@ -15,12 +15,12 @@
background-color: #003680;
}
#content_container {
width: 100%;
height: 100%;
position: absolute;
display: 690px;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
margin: 0 auto;
}
#tbl_main {