☆EMMETT☆'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

layout / logo credsssssss

og layout made byyyy: Bexter (Bec)'s Profile | SpaceHey


Joey Jordison logo made byyyyy: TheRealAlex69's Profile | SpaceHey


how to change the interest box label thingssss:

<style>
:root {
    --topic1: "General";  
    --topic2: "Music";  
    --topic3: "Movies";  
    --topic4: "Television";  
    --topic5: "Books"; 
    --topic6: "Inspirations";  

 }

.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}

.details-table tr td:first-child p::after{
   color:var(--links) !important;
   letter-spacing:normal !important;
   text-shadow: 2px 2px white !important; 
   filter: brightness(95%) !important;
}

.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
    content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
    content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
    content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
    content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
    content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
    content: var(--topic6);
}
</style>

u just change the words in the quotation marks to whatever u want!! i don't remmeber where i got this from 

yippee


2 Kudos

Comments

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

Felix

Felix's profile picture

how did you change 'heroes' to inspirations?


Report Comment



hi im so sorry for not responding sooner---ill add the code to this blog post

by ☆EMMETT☆; ; Report

yayy!!!

by Felix; ; Report