Change background style

main
trivernis 1 month ago
parent 40f47df9ff
commit 64d2c41b22
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -12,8 +12,8 @@
</div>
<div class="item home-description">
<p>
Hello, I'm Trivernis, a german software developer, working on way too many projects at once.
My pronouns are he/they. I primarily use Rust because it's just the best programming language.
Hello, I'm Trivernis (he/they), a german software developer, working on way too many projects at once.
I primarily use Rust because it's just the best programming language.
</p>
</div>
<div class="item github-stats">
@ -73,9 +73,11 @@
display: flex;
flex-direction: column;
margin: 5% 15% 5em;
background: rgba(14,1,20,0.9);
box-shadow: 0px 0px 60px 60px rgba(14,1,20,0.9);
border-radius: 50px;
padding: 5em;
/* background: rgba(14,1,20,0.9); */
backdrop-filter: blur(50px);
/* box-shadow: 0px 0px 60px 30px rgba(14,1,20,0.9); */
border-radius: 5px;
}
.item {

Loading…
Cancel
Save