mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
e
This commit is contained in:
parent
7f531dff48
commit
65f1c21d03
21
other/school/presentation 1/index.html
Normal file
21
other/school/presentation 1/index.html
Normal 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>
|
||||||
7
other/school/presentation 1/style.css
Normal file
7
other/school/presentation 1/style.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.textMain {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.textMain > * {
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user