css_course icon indicating copy to clipboard operation
css_course copied to clipboard

No Code is Shown if I try opening it

Open pro402 opened this issue 2 years ago • 4 comments

02_lesson_starter/css/style.css

pro402 avatar Feb 11 '23 17:02 pro402

Screenshot_20230211_231027

pro402 avatar Feb 11 '23 17:02 pro402

Hoping to get some feedback

pro402 avatar Feb 11 '23 17:02 pro402

It's a lesson starter, lesson two starts with a blank css sheet.

Honkshoo avatar Mar 09 '23 17:03 Honkshoo

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;

}

namanpunn avatar Feb 01 '24 14:02 namanpunn