Day 3: I learned CSS colors by building a Set of Colored Markers

So what I learned today was a little bit of color theory through Free Code Camp's Responsive Web Design. I coded my way through it slowly. Basically, I worked with RGB, Hexadecimal, and HSL color codes. I would like to remember that to make a marker I had to code a div element with a class "container" nesting another div element with a class "marker" nesting two dive elements with classes "cap" and "sleeve". I also like CSS's box-shadow property, I think it adds depth to the markers.

FinalResult.PNG This was the final result!