added subtitle to main page

This commit is contained in:
2026-03-25 21:44:49 +01:00
parent 0911a8892f
commit d0d74becc5
3 changed files with 21 additions and 1 deletions

View File

@@ -71,10 +71,12 @@
<Content>
<h1 class="gradient-title"><i>Moin!</i> ~ welcome to my website :)</h1>
<p class="page-subtitle gradient-title lightyears-text">you can change the world from your bedroom!</p>
<hr>
<div>
<img class="me-img pixelated-img" src="me.webp" alt="Pixelated mirror selfie of the website creator wearing a green shirt, fitting the website theme. The face is obscured." title="hi!">
<p>Hi! I'm Deniz. Welcome to my website! I keep rewriting this introduction but I'm REALLY bad at this type of stuff.</p>
@@ -243,6 +245,11 @@
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 12px;
}
.page-subtitle {
/* padding-bottom: 12px; */
width: fit-content;
margin: 4px 0 12px 0;
}
</style>