diff options
author | mattkae <mattkae@protonmail.com> | 2022-08-26 08:55:56 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-08-26 08:55:56 -0400 |
commit | 8be7ee0d06d0aa6b8f7ae9ccf78a51b601b05e4f (patch) | |
tree | 5c7388928bb5775687b78871cb380c1196db920d /index.html | |
parent | 2465084be4fe15f9337a1baa5ea91ceae4ff1631 (diff) |
Better styled theme buttons
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -42,7 +42,9 @@ <figcaption> Hanging with my friends, circa July 2019. </figcaption> - </figure> + </figure> + + </section> <section> <h2>About Me</h2> @@ -62,13 +64,15 @@ </ul> </section> - <h2>Theme</h2> - <div id="theme_selector" class="hidden"> - <button id="theme_button_default">Default</button> - <button id="theme_button_autumn">Autumn</button> + <section> + <h2>Theme</h2> + <div id="theme_selector" class="hidden"> + <button id="theme_button_default">Default</button> + <button id="theme_button_autumn">Autumn</button> <button id="theme_button_winter">Winter</button> - <button id="theme_button_spring">Spring</button> - </div> + <button id="theme_button_spring">Spring</button> + </div> + </section> </body> <script src='/index.js'></script> |