Heartless Adrenaline

CSS Cheat

HomeTutorials → CSS Cheat

The CSS cheat (the ref. to the 'stylesheet') is a way to get the same CSS onto any page you'd like.

  1. Type out/paste your CSS codes into a .txt document on Notepad. My example will use 'style.txt'
  2. Rename your .txt document into a .css document (rename >> style.css). If you can't/don't know how to do this on your hard drive, rename it after the next step.
  3. Upload the file to your host. (If it's still a .txt, now you can rename it to .css).
  4. Use the code below on the pages you want your CSS on.

You're done! Just change the CSS in the uploaded document to change the look of the pages. I hope this tutorial was helpful. If you have any remaining questions, feel free to ask them here.