holliemccrary / Assignments

0 stars 0 forks source link

Assignment #7 #6

Open bigkat73 opened 7 years ago

bigkat73 commented 7 years ago

FEWD Week #7 Project: Responsive Design


Description

Relaxr's user count has grown, and the number of users accessing the site from a mobile device has surprised everyone, even by today's standards. The product managers at Relaxr have asked you to return to the project and make their site responsive so it renders nicely on mobile devices. They had one of their internal developers make a few tweaks to your source code, and they have given you the new HTML / CSS files to work from. Using these starter files, build out the mobile layouts for the landing page and blog.

Student: __Hollie__

Project URL: ____

Technical Requirements Does Not Meet Expectations (0) Meets Expectations (1) Exceeds Expectations (2)
Use media queries at a 768px breakpoint 2
Content remains in appropriate divs 2
Content remains visible to the user 2
Fonts change size appropriately 2
Margins and padding change size appropriately 2
Content does not overlap 2
In the blog section, the two-column layout changes to a single-column layout when appropriate 2
TOTAL: 14/14
bigkat73 commented 7 years ago

Everything looks really nice here. The hamburger menu when open could be pushed down a bit from the top when open. it's kind of floating a little bit over the top of the main nav.

On the main styling, the container element is target 960px. But we could update that to being 100% to move the content when viewed on larger screens to the fluid layout. When targeting smaller screen it looks like the percentage width is set to 100% on the container.

Really nice work here.