This commit is contained in:
Boof 2023-04-24 13:16:49 +02:00 committed by GitHub
parent 7f531dff48
commit 65f1c21d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>School presentation</title>
</head>
<body>
<div class="textMain">
<h1>Programmering presentasjon</h1>
<p>Dette er en presentasjon om hva jeg har gjort i programmerings timene i 2023</p>
<br>
<h3>1.</h3><p>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.</p>
</div>
</body>
</html>

View File

@ -0,0 +1,7 @@
.textMain {
text-align: center;
}
div.textMain > * {
font-family: 'Montserrat', sans-serif;
}