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

Loading…
Cancel
Save