Update KARBS

This commit is contained in:
Kristofers Solo
2022-11-28 00:48:32 +02:00
parent e32f9c9561
commit e41a60963c
16 changed files with 158 additions and 123 deletions

View File

@@ -12,10 +12,14 @@ hr {
h1 {
text-align: center;
font-size: 32px;
font-weight: bold;
}
h2 {
margin: 40px 0 0 0;
font-size: 24px;
font-weight: bold;
}
p {
@@ -57,3 +61,11 @@ aside {
.list {
margin: 10px 40px;
}
.upper {
list-style-type: circle;
}
.sub {
list-style-type: disc;
}