Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 4.04 KB

README.md

File metadata and controls

58 lines (51 loc) · 4.04 KB

Day 04

So yesterday we completed covered some parts of CSS and today we'll be going through the rest of them.

Today we will be seeing how we can work with things like texts, icons, typography, forms, grids, and many more. Also we will be starting with some important concepts in CSS. We will be seeing how we can round the corners of elements, add borders, do transformations, and many more.

  1. Styling links
  2. Playing with lists
  3. Displaying elements
  4. Fitting elements
  5. Position
  6. Overflow
  7. Float
  8. Typography
  1. Styling forms
  2. Styling Drop-Downs
  3. Styling Navbars
  1. Flexbox
  1. Grid
  1. Media Queries (Important)

Optional for CSS

This sections is an optional section. This section contains some extra concepts for those who want to dig deeper into CSS.

Here we will be seeing some more advanced things in CSS like transformation, media queries, responsive grids, and so on.

  1. RGB
  2. HEX
  3. HSL
  4. Transformations in 3D
  5. Transitions
  6. Animations
  7. Pagination
  8. Multiple columns
  9. Responsive images
  10. Responsive templates
  11. Rounding corners
  12. Images as borders
  13. Multiple backgrounds
  14. Gradients
  15. Shadows
  16. Transformations in 2D
  17. CSS Sprites

This concludes the Day 04 of our 7 Days of Web Dev. So with this we have completed CSS. And from tomorrow we are going to start with JavaScript.