mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
color
This commit is contained in:
parent
1f81401632
commit
94ca706258
2 changed files with 32 additions and 43 deletions
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
@ -7,23 +8,26 @@
|
|||
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="offscreenalert">Copied to clipboard!</div>
|
||||
<div class="cards">
|
||||
|
||||
<button class="colors" id="colorButton">Get Random Color</button>
|
||||
<button class="colors" id="colorButton">Get Random Color</button>
|
||||
|
||||
<div class="input">
|
||||
<input class="colors" type="text" name="input color" id="colorInput" placeholder="Your Color" maxlength="7">
|
||||
<button class="inputButton" id="inputButton" type="button">Enter</button>
|
||||
<div class="input">
|
||||
<input class="colors" type="text" name="input color" id="colorInput" placeholder="Your Color" maxlength="7">
|
||||
<button class="inputButton" id="inputButton" type="button">Enter</button>
|
||||
</div>
|
||||
|
||||
<p>Press the hexadecimal to copy the color!</p>
|
||||
<p class="hint" id="hint"></p>
|
||||
|
||||
<div id="main" class="main">
|
||||
<div id="fullColor">Press the button to get a color!</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Press the hexadecimal to copy the color!</p>
|
||||
<p class="hint" id="hint"></p>
|
||||
|
||||
<div id="main" class="main">
|
||||
<div id="fullColor">Press the button to get a color!</div>
|
||||
</div>
|
||||
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue