Elle's profile picture

Published by

published
updated

Category: Web, HTML, Tech

MORE pfp frames + RESOURCE

Instead of a huge dump of photos, I'll just add one code and YOU can pick the border you want (as long as it's square) Some people require credit on theirs, though so please respect others work. https://rentry.co/uva2qz3z + https://rentry.co/depressiveborders are my holy grails. If you want more, look through rentry/sntry border dumps! 

It'll look really weird with borders that are thin with a transparent background :^(


  .general-about .profile-pic::before {
        content: '';
        background: url('your_border_here') no-repeat;
        background-size: cover;
        display: block;
        width: 190px;
        height: 100%;
        z-index: 999999;
        position: absolute;
        top: -5px;
        left: -5px;
    }



3 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )