Posted by How to do css coding

Aspenisms (#136475)

Divine
View Forum Posts


Posted on
2018-03-02 19:07:54
so i've been here on lioden for a while now, I have a good footing. except for css coding.I fall flat.So I need some help with it:1:how do you make a css code 2:how do I apply it 3:how do you change the cursor and such



Hrt Icon 0 players like this post! Like?

Keina [Not Active] (#50109)

Lone Wanderer
View Forum Posts


Posted on
2018-03-02 21:03:51
Hello!

1. You can find a guide to help you create CSS here.

Once you're done with it you'll need to get it hosted! You can find a guide how to host it with Dropbox here.

2. As for how to apply it to your den page you can use the following code:
<*link rel="stylesheet"* type="text/css"* href="URL"* */*>

Be sure to remove the *'s and replace URL with a direct link to the CSS once you have it hosted.

3. For custom cursors use this code:
body, a:hover {
cursor: url('URL'), progress;
}

Be sure to replace URL with a direct link to the cursor you want to use!

I hope it helps!



Hrt Icon 0 players like this post! Like?







Memory Used: 621.44 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00344s