More cleanup, add a new tag.

This commit is contained in:
2023-08-31 02:48:37 +00:00
parent fc10789c9c
commit a8321a07fd
7 changed files with 54 additions and 1 deletions

View File

@ -26,6 +26,13 @@
font-style: italic;
}
@font-face {
font-family: "Lato";
src: url("lato/Lato-Black.ttf");
font-weight: normal;
font-style: normal;
}
body {
font-size: 1.1em;
}
@ -71,6 +78,12 @@ figcaption {
display: inline-block;
}
.main__title {
text-transform: uppercase;
margin-bottom: 50px;
font-size: 2em;
}
.divider {
background-color: lightgrey;
height: 1px;