Skip to content

Commit

Permalink
move zen button to bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 6, 2025
1 parent bbc1240 commit af98d89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
</head>

<body>
<button id="zen-button">☮ Zen</button>
<marquee id="mantra" scrollamount="2" class="fade-in">nudel is a space</marquee>
<header class="page-title">
<span class="title">
<h1 style="margin-bottom: 0px">nudel</h1>
<p style="margin-top: 0px">by pastagang</p>
</span>
<nav>
<button id="zen-button">☮ Zen</button>
<!-- <button id="zen-button">☮ Zen</button> -->
<button id="about-button">? About</button>
<button id="settings-button">⚙ Settings</button>
</nav>
Expand Down
7 changes: 7 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,10 @@ iframe#shader {
}
}
}

#zen-button {
position: fixed;
z-index: 1000;
bottom: 0;
right: 0;
}

0 comments on commit af98d89

Please sign in to comment.