[S] Style headers

This commit is contained in:
Hykilpikonna
2021-11-24 21:06:36 -05:00
parent 1f6ede258a
commit 44f3dcb9d2
2 changed files with 14 additions and 2 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
# H1 # Meta Analysis
Test Image: This section aims at gaining some insights about our data.
## COVID-19 Posting Frequency
![](/1-covid-tweet-frequency/500-pop.png) ![](/1-covid-tweet-frequency/500-pop.png)
+10
View File
@@ -13,6 +13,16 @@
font-family: "Microsoft YaHei UI", Avenir, Helvetica, Arial, sans-serif; font-family: "Microsoft YaHei UI", Avenir, Helvetica, Arial, sans-serif;
color: #5b3300; color: #5b3300;
} }
h1, h2 {
border-bottom: 1px solid #5b3300;
font-size: 2em;
margin-top: 1em;
}
h2 {
font-size: 1.5em;
}
</style> </style>
</head> </head>
<body> <body>