Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 1: In style.css add media queries for THREE different breakpoints. Do your research on common breakpoints and be sure to add comments defining each

Assignment 1: In style.css add media queries for THREE different breakpoints. Do your research on common breakpoints and be sure to add comments defining each and explaining why you chose that specific one. Your comments should be in the CSS sheet within comment tags. Target two specific elements in your index.html file for each breakpoint, so if the browser screen size is dragged larger and smaller, you are able to clearly see the two different styling changes in the browser for each breakpoint. It can be anything: text color change, background color, etc. Get creative, but be sure to apply other style changes than just the background color. Feel free to add classes or IDs attributes, or tags, to your index.html file to help target your HTML elements.

Assignment 2: Work on your main navigation. (Important note: do NOT change the navigation markup). It must keep the same HTML structure. Using what you learned about Flexbox, style and align the navbar using Flexbox methods. How it ultimately looks is up to you, but it must have the following requirements achieved using CSS: Background color with legible font color. Change the link copy to all uppercase. Remove the bullet points from the list items Inline and left justified. Change the background state on hover -- research some hover state styles. Something similar to this, but the styles are up to you: Create new HTML pages in your 'html' folder: 'about.html', 'examples.html', and 'contact.html'. You can copy the index.html page for each new HTML file, and then change all the relevant details for each page: filename, title, header, etc. Link each nav link to its correct page, and make sure navigation looks and works the same on all your pages. You can copy the entire link from your working page, and replace the other page's with the new one.

HERE'S MY INDEX.HTML:

Gaylisha Walker Week 2

Gaylisha Walker

HOME

ABOUT

EXAMPLES

CONTACT

header_h1

article heading

Maecenas quis odio sit amet ipsum maximus egestas. Maecenas gravida magna vehicula quam pulvinar varius. Vestibulum venenatis quam enim, a eleifend tortor blandit non.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Donec a diam lectus. Set sit amet ipsum mauris. Maecenas congue ligula as quam viverra nec consectetur ant hendrerit. Donec et mollis dolor. Praesent et diam eget libero egestas mattis sit amet vitae augue. Nam tincidunt congue enim, ut porta lorem lacinia consectetur.

Footer

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions