ora 8 9
This commit is contained in:
22
ora9/colors/index.html
Normal file
22
ora9/colors/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user