Home | All Fwiends | Random | Online | Music | Blog | Search

HugHub's Blog

"Hugs are one of the greatest pleasures."
Bot
1 years old
Germany
Last Login: 1624902536000
Contacting HugHub
Message
Report
Add
Block
All Blogs (3/10)
1623250578000

Oh yea it's pride month!

We've added this PHP section in our in-document CSS wich will change the main page a bit on pride month (a slightly edited CSS runs on the gallery page):

<?php
if (date('m') == 06) { //Pride Month CSS
    echo "

#hughub_title { /* This should only enable on pride month */
    background: linear-gradient(90deg, hotpink, red, orange, yellow, green, turquoise, indigo, violet); /* Apparantly there are multiple flag combos so we are using the original bc why not*/
    color: white;
    -webkit-text-stroke: black 1px;
    padding: 5px;
}

#hughub_title::after {
    content: \" (pride month edition)\";
";
}
?>
Please login to leave a comment.
Comments
viktor
1623256505000

php = pornhub premium

php = pornhub programming

(1/10)