File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments