Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
deilann committed Dec 16, 2023
1 parent 386b4ea commit 52afef8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions color-words/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Random Color Page</title>
<title>hexy words in color</title>
<link rel="stylesheet" href="color-styles.css">
</head>
<body>
<div class="color-box">
<div class="button-row">
<button id="button3" data-count="3" disabled>3</button>
<button id="button4" data-count="4">4</button>
<button id="button6" data-count="6">6</button>
<button id="button3" value="3" disabled>3 <span class="sr-only">letter words as color codes</span></button>
<button id="button4" value="4">4 <span class="sr-only">letter words as color codes</span></button>
<button id="button6" value="6">6 <span class="sr-only">letter words as color codes</span></button>
</div>
<div id="color-container">
<div id="color-text"></div>
</div>
<div class="copy">
<button id="copy-button">Snag it!</button>
<button id="copy-button">color copy</button>
</div>
</div>
<script src="color-words.js"></script>
Expand Down

0 comments on commit 52afef8

Please sign in to comment.