fix: padding + add: top/bottom buttons
This commit is contained in:
11
index.html
11
index.html
@ -46,9 +46,7 @@
|
||||
</ul>
|
||||
|
||||
<h2><a href="#projects">go to top</a></h2>
|
||||
<h2 id="switch-theme">switch theme</h2>
|
||||
|
||||
<div id="arrow">▼</div>
|
||||
<h2 id="switch_theme">switch theme</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
@ -96,7 +94,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="music-taste">my music taste</h2>
|
||||
<h2 id="music_taste">my music taste</h2>
|
||||
<p>i'm a fan of:</p>
|
||||
<ul>
|
||||
<li>
|
||||
@ -220,6 +218,11 @@
|
||||
they are the only ones that respect my privacy. i also use a vpn and a password manager.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="arrows">
|
||||
<div id="arrow_top">▲</div>
|
||||
<div id="arrow_bottom">▼</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user