This commit is contained in:
2026-04-29 08:30:52 -07:00
commit b053d27321
1660 changed files with 329972 additions and 0 deletions

33
css/main.css Normal file
View File

@ -0,0 +1,33 @@
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
width: 65%;
margin: 0 auto;
}
#ads {
columns: 3;
}
h1 {
font-family: "Fraunces";
font-weight: 400;
text-align: center;
font-size: 4rem;
margin: 3rem auto 1rem;
}
h2 {
font-family: "Bebas Neue";
background-color: lightgray;
}
h3 {
font-family: "Fraunces";
font-weight: 400;
text-transform: capitalize;
}