First, the basic code of changing text colors. The main colors of CSS is aqua, blue, black, fuchia, gray, green, lime, navy, olive, orange, purple, silver, teal, yellow, and white.
But, to insert the codes put [ ] around color=color name, and /color. The color code for blue is is color=blue text /color .
Second, to input a image type[ ] around image, and /image. type image url source /image .
Third, the improve readability code. The code allows you change background to make letters better to read if done on computer. The Body code is font : bold large sans-seriff; background : color name ; color name ; color name.
Fourth, providing handheld styles for example dsi. The code will shrink webpage when handheld visits the site to prevent overloading system memory. After doing the improve readability add this code after it div#list, div#foot, div#tips, h1, and h3 {display: text}. If done right saved in computer formate you can create a website for dsi.
Fifth, to add a backgrounds background image. The backgrounds background code is [→ style]body{background: image: url:}[/style ←] .
Lastly, to adjust font size for internet. the codes are
<span class = "lg">text</span>
<span class = "sm">text</span>
<span class = "xxl">text</span>
and
<span class = "xxs">text</span>.
I hope this CSS codes will provide usefull to you. I'm gonna post more soon.
My information came from differnt sources. My teacher Mr. Eric Young teacher of Tussey Moutain High School, Dsipaint admins/ members, and the book CSS in easy steps: by Mike Mcgrath.