Css Stylesheet

Open up your html editor or Notepad, and copy and paste the code below. Now that you pasted that, let's go and edit it.


BREAK DOWN & EDITING OF CODE
Step 1:: Here you can change the scrollbar colors to what you want to look like. Make sure the colors you choose go nicely with your layout! If you would like to view a hex code color chart, click here.


Step 2:: Let's edit the way your links will look. Change where it says COLOR to the colors you want. If you want text decoration like underline, over line, strike-through and so on, replace the word NONE after text-decoration. If you want bold then where it says font-weight change it from normal to bold.


Step 3:: This is still part of the body coding. This portion will affect the overall color, font size, font type, etc. of your entire site. In this section change where it says FONT COLOR to the color you are using, change FONT, to the font type you would like and change COLOR for the background color, if your using a background image then you need to leave that blank, change bg.jpg to the url of background image [ex: http://yoursite.com/images/bg.jpg],


Step 4:: Below is the css cheat sheet.


If this helped, a link back is required.