Rattrapage commits

This commit is contained in:
2022-01-18 12:52:55 +01:00
parent 2528801966
commit d1869af19f
21 changed files with 1010 additions and 2 deletions

9
HTML/Test/style.css Normal file
View File

@@ -0,0 +1,9 @@
@font-face {
font-family: myFirstFont;
src: url(BAHNSCHRIFT.TTF);
}
h2 {
font-family: myFirstFont;
color: darkgreen;
}