wanna?
site caryssa you learn exits clear

Basic CSS.

CSS stands for Cascading Style Sheets. CSS can customize things such as font families, color, font sizes, and links. Here is an example of a Cascading Style Sheet.

<STYLE type="text/css"> body { font-family: tahoma; font-size: 11; cursor: default; color: white; background-color: black; overflow-x: hidden; background-image: url; background-repeat: repeat-y; text-align: left; scrollbar-face-color: color; scrollbar-highlight-color: color; scrollbar-shadow-color: color; scrollbar-3dlight-color: color; scrollbar-arrow-color: color; scrollbar-track-color: color; scrollbar-darkshadow-color: color; } a:link, a:visited, a:active { text-decoration: none; font-family: tahoma; color: white; font-size: 11; background-color: gray; font-weight: bold; } a:hover { color: COLOR; font-weight: bold; font-family: georgia; font-size: 18; text-transform: uppercase; } h1 { font-family: tahoma; font-size: 18; color: red; } h2 { font-family: century gothic; font-size: 16; color: red; font-weight: bold; text-align: right; border-bottom: 2px dashed white; } </style>

You can keep adding headers such as h3, h4, h5, etc...
Here are some of the codes I used:

font-size: SIZE;
font-family: FONT;
color: COLOR;
border-bottom: 1px DASHED or DOTTED COLOR;
background-color: #COLOR;
background-image: URL(URL HERE);
text-aign: JUSTIFY, LEFT, or RIGHT;
text-transform: UPPERCASE or LOWERCASE;

You can use all these codes to make your page neater or more attractive.
X X X X X
X X X X X
BE HERE?

eXTReMe Tracker