(Day 15 of 100) CSS Basics 1
Topics Covered: CSS Prop lists, styling methods:(style, class, id, inline, attribute, variable), :root, responsive web w/ media query, padding & margin
What I learned:
0. Checkout CSS properties list here and here.
- Styling with style, class, id and inline style


2. styling [ attr=value ]

3. styling with variable

4. :root -> This element is a container for entire HTML document, in the same way that an html element is a container for the body element.

5. responsive webpage with media query

6. Padding & Margin
Padding : spacing around the content
border: A borderline that wraps around the padding and content
Margin: Spacing out side the border


You can have negative values for padding and margin

That’s all! Thanks!
Current technology stack in mind: React+Redux+Flexbox+GraphQL+Python+Django+PostgreSQL
Total time spent on the challenge: 5 hours
Actual Time focused on the challenge: 2 hours
What I did:
- Did css excercises from freecodecamp.org
Plan for next day:
- Complete studying on css
- Start studying on flexbox