Startpage added

This commit is contained in:
zha19115 2023-02-20 19:16:41 +01:00 committed by FUH22860
parent 32f935af08
commit 742ee5c6c8

View File

@ -1,27 +1,25 @@
#center {
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
margin-left: auto;
margin-right: auto;
width: 50%;
html, body {
margin: 0px;
padding: 0px;
background-color: #C7FFD1;
}
#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;
box-shadow: 5px 5px #d3d3d3;
}