From 04ab939e3e130fbc6c1bc57825b5718d8e1f2240 Mon Sep 17 00:00:00 2001 From: milton-ochoa Date: Sat, 29 Jan 2022 20:08:02 -0600 Subject: [PATCH] saved changes that were not needed, but just in case. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae4574e..e42c196 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ In this module challenge you will continue working on your portfolio website to ## Objectives - describe the differences in fixed, fluid, adaptive, and responsive layouts +Answer: +Fixed has a static position on the browser. This has a set amount of pixels. As the screen changes +Fluid - implement media queries in a project. - describe how using scalable units for font sizes impacts accessibility and why designing accessible web pages is important @@ -39,6 +42,7 @@ git checkout -b Use the checklist below to guide your work today. Your final product should be presentable at mobile, tablet and a desktop-width. - [ ] Insert a viewport meta tag into the head of the project with these html attributes: content="width=device-width, initial-scale=1" + - [ ] Introduce max-width media queries into your project at 800px and 500px - [ ] Add accessability features to your webpage - [ ] Design should closely follow the [mobile wireframe](Wireframes/) given for your chosen layout