Skip to content

Basic Responsive CSS topics for developing web applications

Notifications You must be signed in to change notification settings

TheRoro/Responsive-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsive CSS

  • Semantic HTML
    • main, aside, footer, header, nav, article
  • Units
    • rem, em, %, px.
  • Flexbox
    • justify-content, align-items, order, flex-direction
  • Media Queries
    • Breakpoints, min-width, max-width, mobile first, desktop first
  • Navigation
    • nav structure, nav list, nav item, nav link, hover, focus

Link of the video:

https://www.youtube.com/watch?v=srvUrASNj0s&ab_channel=freeCodeCamp.org

About

Basic Responsive CSS topics for developing web applications

Resources

Stars

Watchers

Forks