css_course
css_course copied to clipboard
Css
No, you can write all capital letter { CSS-(cascading style sheet)}
Please go through this code if you are looking for the 2nd lecture css file
html{ background-color: black; font-size: 22px; } body{} h1,h2{ color: blue; }
.highlight{ background-color: yellow; text-transform: uppercase; } .gray{ color: gray; } .main{ font-family: monospace; color:red; }
#second{ font-style:italic; }
p { color: purple;
}