30 lines
930 B
HTML
30 lines
930 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CodePen - Pantone Color Chips</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
|
|
<link rel="stylesheet" href="./style.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div class="container">
|
|
<details id="desc">
|
|
<summary>
|
|
<ul>
|
|
<li>Click on color chip to toggle between Pantone color and Hex value</li>
|
|
<li>Drag color chips to rearrange</li>
|
|
<li>Refresh for new colors</li>
|
|
<ul>
|
|
</summary>
|
|
</details>
|
|
</div>
|
|
<!-- partial -->
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script>
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js'></script><script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html>
|