CJ_JC__'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

Snippets of Code from my page!

Heyo!! Not gonna gatekeep, here's some of my code!! Will be updated with more things if I ever add more/feel the need to add more. :)


CUSTOM CUSOR

For my cursor I went to https://cur.cursors-4u.net, you can select the one you want and copy-paste the code - they build it for you! If you would like mine specifically -

<style>* {cursor: url(https://cur.cursors-4u.net/symbols/sym-7/sym633.ani), url(https://cur.cursors-4u.net/symbols/sym-7/sym633.png), auto !important;}</style><a href="https://www.cursors-4u.com/cursor/2011/11/26/shiny-green-star.html" target="_blank" title="Shiny Green Star"><img src="https://cur.cursors-4u.net/cursor.png" alt="Shiny Green Star" style="position:absolute; top: 0px; right: 0px;"/></a>


CUSTOM ONLINE NOW

Make sure you keep the quotations (") otherwise it WON'T WORK. You can use any image or gif but the gif I used is - https://dl.glitter-graphics.com/pub/70/70114ow466u9oc3.gif


<style>

.online{content:url("URL HERE");}

</style>


CUSTOM SPACEHEY LOGO

 I made my own custom logo, here it is!! You can replace the URL with any version you want, however you MUST follow spacehey TOS. 


<style>

.logo {

content:url("https://media.discordapp.net/attachments/1125016507722768450/1125016543567286282/logoblack.png?width=1615&height=411");

}


AUTOPLAY

You can also have an autoplaying video in the corner by changing the frame width & height.

</style>

<iframe width="0" height="0" src="URL HERE"//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">

</iframe>


BASICS

IMAGE - <img src="URL"/>

BOLD TEXT - <b> TEXT HERE </b>   (don't forget the closing code)


6 Kudos

Comments

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

horsesdrumstick

horsesdrumstick's profile picture

fuck yeah


Report Comment