Files
homework2/assets/style.css
Andrea Bianchi 0e58b35db7 Style moved
2026-03-14 12:19:26 +09:00

22 lines
210 B
CSS

html,
body {
padding: 0px;
margin: 0px;
}
canvas {
display: block;
}
h1 {
margin: 1em;
}
.footer {
color: brown;
position: absolute;
margin-top: 820px;
margin-left: 1em;
font-size: 25px;
}