mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
13 lines
168 B
CSS
13 lines
168 B
CSS
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
text-align: justify-center;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|