scrimba
Space Travel Site
The design system
Color Utility Classes part 2
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

Color Utility Classes part 2
AboutCommentsNotes
Color Utility Classes part 2
Expand for more info
design-system.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
<title>Design system</title>
<style>

</style>
</head>
<body class="bg-dark">

<div class="container">
<h1>Design system</h1>

<section id="colors">
<h2><span>01</span> colors</h2>

</section>
</div>

<script src="index.pack.js"></script>
</body>
</html>
Console
/design-system.html
-3:54