new startpage

This commit is contained in:
zha19115
2023-02-27 17:24:25 +01:00
parent 1969432980
commit bf8776a4f9
2 changed files with 15 additions and 6 deletions

View File

@ -1,11 +1,20 @@
#content {
background-color: #C7FFD5;
#center {
margin-left: auto;
margin-right: auto;
width: 50%;
}
#content {
background-color: #C7FFD1;
padding: 10%;
}
img {
height: 50%;
height: auto;
max-width: 50%;
text-align: center;
}