y4f/wwwroot/css/Site.css

27 lines
352 B
CSS
Raw Normal View History

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
2023-02-27 17:24:25 +01:00
2023-02-20 19:16:41 +01:00
html, body {
margin: 0px;
padding: 0px;
}
2023-02-27 17:24:25 +01:00
#content {
background-color: #C7FFD1;
2023-02-20 19:16:41 +01:00
padding: 5%;
margin-top: 1%;
border-radius: 10px;
position: center;
2023-02-20 19:16:41 +01:00
}
2023-02-20 19:16:41 +01:00
.img {
2023-02-27 17:24:25 +01:00
height: auto;
2023-02-20 19:16:41 +01:00
max-width: 100%;
margin: 10%;
2023-02-20 19:16:41 +01:00
}
form {
text-align: center;
}