dave's profile picture

Published by

published
updated

Category: Web, HTML, Tech

💿add icons to your section headers🍊


yo dirk and i just crawled in the code for all these section header tags (trying to fix up my profile a little) and i thought people might find them useful to trick out their profiles so here yall go.
just add into your about/people id like to meet section and put your image url in the before/after parts for each header to put in your funny little images.



<style>

/*contacting*/

div.contact > div.heading > h4:before{
        content: url(your img link);
    }

div.contact > div.heading > h4:after{
        content: url(your img link);
    }

/*interests*/

    div.table-section:nth-child(7) > DIV.heading:before{
        content: url(your img link);
    }

 div.table-section:nth-child(7) > DIV.heading:after{
        content: url(your img link);
    }

/*links*/
 
    div.table-section:nth-child(8) > DIV.heading:before{
        content: url(your img linkif);
    }

 div.table-section:nth-child(8) > DIV.heading:after{
        content: url(your img link);
    }

/*blurbs*/

div.blurbs > div.heading > h4:after{
        content: url(your img link);
    }
div.blurbs > div.heading > h4:before{
        content: url(your img link);
    }

/*friends*/

div.friends > div.heading > h4:after{
        content: url(your img link);
    }
div.friends > div.heading > h4:before{
        content: url(your img link);
    }

/*comments*/

div#comments.friends > div.heading > h4:after{
        content: url(your img link);
    }
div#comments.friends > div.heading > h4:before{
        content: url(your img link);
    }

</style>



5 Kudos

Comments

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

ஃ мɨκłớ Ѵ ஃ

 ஃ мɨκłớ Ѵ ஃ 's profile picture

cant resize the damn images lol


Report Comment

valarie :3

valarie :3's profile picture

if i use these how do i resize and image


Report Comment

𝔻 𝕆 𝕄

𝔻 𝕆 𝕄's profile picture

do u mind if i add this to my masterlist of profile code stuff? :D


Report Comment



go ahead dude! also if theres anything on my profile you dont have resources for just let me know and i can post the code

by dave; ; Report

ebic tysm :DD

by 𝔻 𝕆 𝕄; ; Report