scrimba
Svelte interaksjonsdesign
Sett farge på nettsiden din
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Sett farge på nettsiden din
AboutCommentsNotes
Sett farge på nettsiden din
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Hvilken farge vil du ha på nettsiden?</h1>



<script src="index.pack.js"></script>
</body>
</html>
Console
/index.html
-4:11