y4f/wwwroot/css/Site.css

25 lines
371 B
CSS
Raw Normal View History

2023-02-20 19:16:41 +01:00
@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;
background-color: #C7FFD1;
}
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;
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
}
button {
2023-02-20 19:16:41 +01:00
box-shadow: 5px 5px #d3d3d3;
}