Revise index.html and remove unused lines from main_theme.css

This commit is contained in:
Primrose 2023-01-05 20:48:03 -05:00
parent 4c5112327d
commit 7d2945210d
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,8 @@
<br>
<div class="content">
<h2>Hello visitor!</h2>
<p>Welcome to my website, my home on the public internet. My name is Primrose, also known as "Lilium_Snow". Read on further to find out more about me.</p>
<p>Welcome to my website. Why don't you have a seat and enjoy a nice cup of hot chocolate ☕ with me?</p>
<p>My name is Primrose, also known as "Lilium_Snow". Read on further to find out more about me.</p>
<br>
<h2>My Interests</h2>
<p>I like to tinker around and play with computers, both on the software and hardware end of things. I honestly have way too many of those old things lying around my room, haha.</p>

View file

@ -35,7 +35,6 @@ a:active {
.button {
background-color: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(5px);
border-radius: 15px;
border: 2px solid #ffffff;
padding: 10px 10px;