Heyyo! i slightly "modified" (I changed some numbers) the Santa hat code from the advent calendar so i can have a border on my avatar (kinda like how they have it on steam) i stole mine from steam so idk how it will work with borders from other places but i thought I wpuld share it
<style>
.general-about{
 position: relative;
 margin-top: 30px;
}
.general-about .profile-pic::before{
 content: '';
 background: url('The border link goes here!') no-repeat;
 background-size: cover;
 display: block;
 width: 200px;
 height: 200px;
 z-index: 999;
 position: absolute;
 top: -20px;
 left: -19px;
}
Comments
Displaying 0 of 0 comments ( View all | Add Comment )