y4f/wwwroot/css/Site.css

21 lines
289 B
CSS
Raw Normal View History

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