back
Code
CSS
HTML
Web
h1{
color:green;
}
p{
color:red;
}
/* This CSS will turn all h1's green and all paragraphs red */