litt stil på siden

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-16 13:08:41 +02:00
parent aa4bf4f636
commit 5fa2a30d4c

View file

@ -7,19 +7,25 @@
<title>Kode</title> <title>Kode</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<script src="script.js"></script> <script src="script.js"></script>
<style>
div.heading{
font-size: x-large;
}
</style>
</head> </head>
<body> <body>
<h2>Vi lærer JavaScript, HTML og CSS på <a href="https://getacademy.no/"> GetAcademy</a></h2> <h2>Vi lærer JavaScript, HTML og CSS på <a href="https://getacademy.no/"> GetAcademy</a></h2>
<div> <div>
Linker: <div id="heading">Linker skolearbeid:</div>
<ol> <ol>
<li><a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a></li> <li><a href="https://geokkjer.github.io/startit/intro_html">Intro HTML CSS Javascript</a></li>
<li><a href="https://geokkjer.github.io/startit/team/oppgave1/index2.html">Team-oppgave uke 1.5</a></li> <li><a href="https://geokkjer.github.io/startit/team/oppgave1/index2.html">Team-oppgave uke 1.5</a></li>
</ol> </ol>
<ol>> <div id="heading">Ekstra</div>
<ol>
<li><a href="https://geokkjer.github.io/startit/JS_freecodecamp">JS video freecodecamp</a><br> <li><a href="https://geokkjer.github.io/startit/JS_freecodecamp">JS video freecodecamp</a><br>
<a href="https://www.youtube.com/watch?v=Zi-Q0t4gMC8">Video link</a> <a href="https://www.youtube.com/watch?v=Zi-Q0t4gMC8">Video link</a>
</li> </li>