6
0
Fork 0

Toevoegen styling

This commit is contained in:
Michael Boelen 2023-06-27 10:32:45 +02:00
parent 6077cf5adc
commit a303e6ddc4
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
.bold {
font-weight: bold;
}

View file

@ -0,0 +1,4 @@
.ta-r {
text-align: right;
}