RE: How hard is CSS?
CSS is the easier than HTML.. for example
#para1 {
background-color: blue;
text-align: center;
color: red;
}
This would be CSS you add the # to what ever ID you set it to in HTML then choose the colour alignment, background colour etc. The only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.