NT ☆'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

CODES TO HELP MAKE YOUR LAYOUT FETCH!

COPY AND PASTE THESE IN YOUR ABOUT ME SECTION/ GENERAL SECTION

1. hiding your labels such as "general, music, etc...

code:

.details-table td:first-child {display:none;}

2. hiding the heading of "interests".

code:

.heading{ display: none;}

3. removing the "interests" section header. will also get rid of the ugly blue borders

code:

body { --lighter-blue: none; --lightest-blue: none;

4. having a image as name

code:

profile h1 { display: show; content: url("IMAGE URL HERE"); }


63 Kudos

Comments

Comments disabled.