Skip to content

Smithface/responsive-web-design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

responsive-web-design

For this challenge, no new code has been introduced but many new concepts are needed to accomplish the task.

Concepts required to complete the task:

How to use media queries

Min and max width

Layout changes based on device width

Percent vs fixed layouts

Task:

Build an adaptive website that has breakpoints at 400px, 768px, and 1100px. This project is very open ended and meant to challenge what you learned today. The correct solution will have breakpoints at the directed values but how it looks is up to you.

Remember that an adaptive layout updates at breakpoints only. Don't worry about percent based fluid layouts. That's coming up in the next project.

About

All things responsive: Devices, viewports, media queries, adaptive, fluid, and how to build them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.8%
  • HTML 17.2%