styled h1 as serif
This commit is contained in:
parent
dc1bf1ca28
commit
fa416d8013
2 changed files with 4 additions and 0 deletions
|
@ -23,5 +23,8 @@
|
|||
</ul>
|
||||
</p>
|
||||
</article>
|
||||
<footer>
|
||||
The source code of this website can be viewed <a href='https://git.lynnesbian.space/lynnesbian/CSL-site'>here</a>. It is available under the CSL.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -22,6 +22,7 @@ h1 {
|
|||
text-align: center;
|
||||
font-size: 3em;
|
||||
font-weight: 200;
|
||||
font-family:serif;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Reference in a new issue