diff --git a/other/school/presentation 1/index.html b/other/school/presentation 1/index.html new file mode 100644 index 0000000..caf97c3 --- /dev/null +++ b/other/school/presentation 1/index.html @@ -0,0 +1,21 @@ + + + + + + + + + School presentation + + + +
+

Programmering presentasjon

+

Dette er en presentasjon om hva jeg har gjort i programmerings timene i 2023

+
+

1.

I starten så jobbet vi med noe som het "Code your own dance party", vi drev ikke med det lenge, jeg tror vi drev med det i en eller to økter.

+
+ + + \ No newline at end of file diff --git a/other/school/presentation 1/style.css b/other/school/presentation 1/style.css new file mode 100644 index 0000000..1835b18 --- /dev/null +++ b/other/school/presentation 1/style.css @@ -0,0 +1,7 @@ +.textMain { + text-align: center; +} + +div.textMain > * { + font-family: 'Montserrat', sans-serif; +} \ No newline at end of file