y4f/wwwroot/css/Site.css

28 lines
280 B
CSS
Raw Normal View History

2023-02-27 17:24:25 +01:00
#center {
margin-left: auto;
margin-right: auto;
width: 50%;
}
#content {
background-color: #C7FFD1;
2023-02-20 19:16:41 +01:00
padding: 10%;
}
img {
2023-02-27 17:24:25 +01:00
height: auto;
2023-02-20 19:16:41 +01:00
max-width: 50%;
text-align: center;
}
button {
text-align: center;
position: center;
}