K
Kelly********
Is there any one that can make me a sample CSS file for a web page.
Im trying to learn how to make CSS files for my site and it would help to
have a sample on hand.
Sample basicly would be the code for everything with short explanations for
each next to the code line. i dont knoe the coding but excample may be
a:link (explanation)
color: rgb(255,204,0);
a:visited (explanation)
color: rgb(153,204,204);
a:active (explanation)
color: rgb(102,255,0);
body (explanation)
font-family: Garamond, Times New Roman, Times;
background-color: rgb(51,102,204);
color: rgb(255,255,153);
background image (explanation)************
didnt know the code at all for this************
table
table-border-color-light: rgb(153,255,204); (explanation)
table-border-color-dark: rgb(0,0,51); (explanation)
h1, h2, h3, h4, h5, h6
font-family: Verdana, Arial, Helvetica;
h1 (explanation)
color: rgb(255,204,0);
Im trying to learn how to make CSS files for my site and it would help to
have a sample on hand.
Sample basicly would be the code for everything with short explanations for
each next to the code line. i dont knoe the coding but excample may be
a:link (explanation)
color: rgb(255,204,0);
a:visited (explanation)
color: rgb(153,204,204);
a:active (explanation)
color: rgb(102,255,0);
body (explanation)
font-family: Garamond, Times New Roman, Times;
background-color: rgb(51,102,204);
color: rgb(255,255,153);
background image (explanation)************
didnt know the code at all for this************
table
table-border-color-light: rgb(153,255,204); (explanation)
table-border-color-dark: rgb(0,0,51); (explanation)
h1, h2, h3, h4, h5, h6
font-family: Verdana, Arial, Helvetica;
h1 (explanation)
color: rgb(255,204,0);