Nathanwoodburn.github.io/templates/assets/css/profile.min.css
Nathan Woodburn 5bed9dbbc8
All checks were successful
Build Docker / Build Image (push) Successful in 31s
feat: Add python server
2023-11-02 20:26:15 +11:00

1 line
271 B
CSS

.profile-container{height:300px}img.profile{width:300px;position:absolute;left:50%;margin-left:-150px;aspect-ratio:1;padding-top:calc(var(--s)/5);transform:scale(1);transition:.5s}img.foreground{border-radius:50%;pointer-events:none}img.background:hover{filter:blur(5px)}