This is probably simple but, I've set the CSS for hyperlinks on my site, () but I want to apply different colours/effects for different pages. I guess I need to create more CSS rules, but how do I apply them, and what should I call them?
This is probably simple but, I've set the CSS for hyperlinks on my site, () but I want to apply different colours/effects for different pages. I guess I need to create more CSS rules, but how do I apply them, and what should I call them?
More than one declaration can be used within a declaration block. Each declaration must be separated with a semicolon. In this CSS, How To Tutorial the h1 and h2 elements will be styled with a new declaration. {color: navy;} The h2 element will also be styled with {text-align: center;} which will align it in the center of the browser window Read More...