css_course
css_course copied to clipboard
No Code is Shown if I try opening it
02_lesson_starter/css/style.css
Hoping to get some feedback
It's a lesson starter, lesson two starts with a blank css 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;
}