Skip to content

Commit 9955eb2

Browse files
committed
html tweaks
1 parent 9c9d856 commit 9955eb2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

tools/color-picker/index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
<!DOCTYPE html>
2-
3-
<html lang="en">
2+
<html lang="en-US">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8"/>
65
<title>Color picker</title>
7-
<link rel="stylesheet" href="styles.css">
6+
<link rel="stylesheet" href="styles.css"/>
87
</head>
9-
108
<body>
11-
129
<div id="container">
1310
<div id="palette" class="block">
1411
<div id="color-palette"></div>
1512
<div id="color-info">
1613
<div class="title"> CSS Color </div>
1714
</div>
1815
</div>
19-
2016
<div id="picker" class="block">
2117
<div class="ui-color-picker" data-topic="picker" data-mode="HSL"></div>
2218
<div id="picker-samples" sample-id="master"></div>
@@ -27,14 +23,11 @@
2723
<div id="void-sample" class="icon"></div>
2824
</div>
2925
</div>
30-
3126
<div id="canvas" data-tutorial="drop">
3227
<div id="zindex" class="ui-input-slider" data-topic="z-index" data-info="z-index"
3328
data-max="20" data-sensitivity="10"></div>
3429
</div>
3530
</div>
36-
3731
<script src="script.js"></script>
3832
</body>
39-
4033
</html>

0 commit comments

Comments
 (0)