Skip to content

Commit

Permalink
TranspHormers #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Oct 9, 2024
1 parent fae1b76 commit 502aa1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions freestyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ dfn {
font: unset;
}

:root {
--tilt: 0deg;
}

.tilt {
transform: rotate(var(--tilt));
}

html {
font-family: sans-serif;
font-size: max(20pt, 2vmax);
Expand Down Expand Up @@ -172,6 +180,7 @@ button {
}

button {
contain: content;
flex-basis: 61.8%;
font-size: 1.618em;
margin: 1em auto;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="tape-flow tape-blaq" data-varam="tape-watt tape-play tape-loud tape-luvu tape-blaq tape-bluv">
<html lang="en" class="tape-flow tape-blaq" data-varam="tilt tape-watt tape-play tape-loud tape-luvu tape-blaq tape-bluv">
<meta charset="utf-8">

<title>illbang ¡! remixer</title>
Expand All @@ -19,7 +19,7 @@
<figure>
<div>
<svg
class="tape-blaq"
class="tilt tape-blaq"
width="100vmin"
height="100vmin"
viewBox="0 0 2400 2400"
Expand Down Expand Up @@ -61,7 +61,7 @@ <h1>illbang color<wbr>fill remixer</h1>
</label>
<button class="tape-blaq" aria-label="remix">
<svg
class="tape-blaq"
class="tilt tape-blaq"
width="20vmax"
height="20vmax"
viewBox="0 0 2400 2400"
Expand Down

0 comments on commit 502aa1d

Please sign in to comment.