Skip to content

Commit

Permalink
#14 ohidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Oct 9, 2024
1 parent 502aa1d commit 82efee1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions freestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,7 @@ figcaption {
writing-mode: vertical-rl;
}
}

[hidden] {
display: none;
}
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ <h1>illbang color<wbr>fill remixer</h1>
<code>watt</code>
<input type="color" name="tape-watt" value="#e0e0e0">
</label>
<label hidden>
<code>tilt</code>
<input type="hidden" name="tilt" value="0deg">
</label>
<button class="tape-blaq" aria-label="remix">
<svg
class="tilt tape-blaq"
Expand Down

0 comments on commit 82efee1

Please sign in to comment.