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; html, body {
margin-right: auto; margin: 0px;
width: 50%; padding: 0px;
background-color: #C7FFD1;
} }
#content { #content {
background-color: #C7FFD1; background-color: #C7FFD1;
padding: 10%; padding: 5%;
margin-top: 1%;
border-radius: 10px;
} }
.img {
img {
height: auto; height: auto;
max-width: 50%; max-width: 100%;
text-align: center; margin: 10%;
} }
button { button {
text-align: center; box-shadow: 5px 5px #d3d3d3;
position: center;
} }