We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa3147 commit 8fcb17bCopy full SHA for 8fcb17b
palette-creator-tool.md
@@ -18,7 +18,6 @@ description: "This tool creates harmonious palettes for website designs and fron
18
border: 1px solid black;
19
}
20
</style>
21
-<body>
22
<h1>Monochromatic Palette Creator Tool</h1>
23
24
<label for="hue">Try a hue (0 to 360):</label>
@@ -86,5 +85,4 @@ description: "This tool creates harmonious palettes for website designs and fron
86
85
87
hueInput.addEventListener('change', updateColor);
88
updateColor();
89
- </script>
90
-</body>
+ </script>
0 commit comments