22 lines
472 B
HTML
22 lines
472 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta charset="UTF-8">
|
|
<title>Sass Color Manipulation Functions</title>
|
|
<link rel="stylesheet" href="color.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="columns">
|
|
<div id="lighter2"></div>
|
|
<div id="lighter1"></div>
|
|
<div id="base"></div>
|
|
<div id="darker1"></div>
|
|
<div id="darker2"></div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |