Files
example/css/main.css
2021-11-07 17:35:20 +00:00

21 lines
233 B
CSS

body {
min-height: 100vh;
margin: 0;
}
p {
padding: 0;
}
.title {
font-size: 3rem;
color: chartreuse;
font-style: oblique;
text-decoration: none;
}
.title:hover {
font-weight: bold;
text-decoration: underline;
}