some more refinements

This commit is contained in:
Ludwig Lehnert 2025-04-14 22:34:01 +02:00
parent d1b7e4a4a4
commit 5068d9fdcc
2 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@
background: linear-gradient( background: linear-gradient(
135deg, 135deg,
#1e1e2f 0, #1e1e2f 0,
#252547 100vh, #252547 99vh,
#252547 100% #252547 100vh
); );
} }

View File

@ -160,10 +160,10 @@
<svg <svg
id="stars-lines" id="stars-lines"
aria-hidden="true" aria-hidden="true"
style="position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 0;" style="position: absolute; height: 100vh; width: 100vw; z-index: 0;"
></svg> ></svg>
<div id="stars" style="position: absolute; left: 0; top: 0; z-index: 2;"></div> <div id="stars" style="position: absolute; z-index: 2;"></div>
<main style="position: relative; z-index: 1;"> <main style="position: relative; z-index: 1;">
<h1>Hey, I'm Ludwig 🚀</h1> <h1>Hey, I'm Ludwig 🚀</h1>
@ -193,7 +193,7 @@
</div> </div>
</main> </main>
<div style="height: 1000px;"></div> <div style="height: 400px;"></div>
<style> <style>
h1 { h1 {