Finish Startpage

This commit is contained in:
zha19115
2023-02-27 19:31:01 +01:00
parent 57042af156
commit 450388e933
5 changed files with 33 additions and 31 deletions

View File

@ -1,27 +1,20 @@
#center {
margin-left: auto;
margin-right: auto;
width: 50%;
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
body {
margin: 0px;
padding: 0px;
}
#content {
background-color: #C7FFD1;
padding: 10%;
padding: 5%;
margin-top: 1%;
border-radius: 10px;
}
img {
.img {
height: auto;
max-width: 50%;
text-align: center;
max-width: 100%;
margin: 10%;
}
button {
text-align: center;
position: center;
}