implemented database, article cards, and parsing from markdown.

This commit is contained in:
Joshua Ashton
2025-03-19 23:27:20 -06:00
parent 3b794ae87d
commit 5af0547864
16 changed files with 426 additions and 20 deletions
+28
View File
@@ -3,11 +3,39 @@ h1 {
color: white;
}
h2 {
font-size: 5vw;
}
h3 {
font-size: 4vw;
}
h4 {
font-size: 3vw;
color: white;
}
h5 {
font-size: 2vw;
}
p {
font-size: 1vw;
color: white;
}
small {
color: white;
}
a.fill_div {
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}
@media (max-width: 980px) {
h1 {
font-size: 4vw;