CSY1018-assignment-1/site/construction.css

16 lines
215 B
CSS
Raw Permalink Normal View History

2022-04-14 17:14:47 +00:00
main {
min-height: 50em;
}
img {
max-height: 30em;
border-radius: 5em;
}
.notice {
background-color: #14213d;
max-width: 20em;
padding: 2em;
margin-left: 45em;
border-radius: 5em;
}