Rainbow Pinwheel Pointer Site Title
Placeholder image, describe images with alt text like this. If the link is broken as it is here, the alt text displays instead of the image.

Header

Text goes here. The box will scale with your text and image. Wow!

You can have as many of these boxes as you want. They'll be nested inside your "Big Container" div if you keep the code like this, but if you take them out of that div, they'll arrange themselves instead of being constrained by the box. "Container," "Small Container" and "Big Container" divs can all have background colors and borders assigned to them if you want, but in this version of the code, they are transparent.

To change the colors of various elements, you can replace the "white" and "black" color tags with other color names or with hex codes. To add a background image, replace "link" in the background image code with an actual link. To change your font, upload a font file to Neocities and set it as the src link for the font. You can name the font family whatever you want then. Alternately, you can remove the src link and use the name of a web font (you can look up the names of these).

I left my custom cursor code in here at the top. In order to get rid of the custom cursor, just delete that section of code. In order to replace it with a different custom cursor, go to Cursors-4U and copy the code for your desired custom cursor, then replace it. Cursor animation doesn't work outside Internet Explorer as far as I can tell, so pick one that looks fine not animated.

You can make more styles of div if you like - as many as you want! This is good if you want lots of different elements on your page, but it can gum up your code somewhat.

To make text align left, put in an alignment tag like this. This can also be changed in the div styles, if you want your whole div's text aligned left.

Code

Copy the code from inside this textarea to try this out yourself! I had to replace "textarea" tags within it with "testarea" to prevent my text area from prematurely ending, so make sure to change them back.