wip: programme

This commit is contained in:
mco-system
2023-04-09 21:19:55 +11:00
parent 3726814e11
commit 12f1097214
16 changed files with 142 additions and 7 deletions

View File

@@ -142,6 +142,20 @@ a:hover {
text-justify:inter-word;
}
#blah > p, blah.h2 {
margin-top: 1em;
#blah > p, #blah.h2 {
margin-top: 0.5em;
}
.important {
font-family: pfdintextcomppromedium;
}
.left {
float: left;
margin-right: 0.5em;
}
.right {
float: right;
margin-left: 0.5em;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB