this is what I have so far please help with what you can for this homework I need to separate the style sheets into three files: /styles/colors.css /styles/formatting.css...


this is what I have so far please help with what you can


for this homework I need to separate the style sheets into three files:
/styles/colors.css
/styles/formatting.css
/styles/transitions-animations.css


html below







      Home Page















Welcome to my (about me) site









ME


HI there this is one of my favorite songs down below.










Author: Josiah McSweeney



Copyright Reserved












CSS Requirements<br>Separate your style sheets into three<br>• /styles/colors.css<br>o /styles/formatting.css<br>• /styles/transitions-animations.css<br>Create three break points using media queries in at least one style sheet to alter the way your website looks on small, medium and large devices<br>o it will help to view your current website on a mobile device and document what looks broken (overflow, small text, etc)<br>o start coding media queries after identifying elements of your website that need responsive behavior<br>Each style sheet must have at least 25 unique CSS selectors. Your selectors must satisfy the requirements below:<br>• 1x Universal Selector<br>• >= 1x Type Selector<br>• >= 1 x Class Selector<br>• >= 1 x ID Selector<br>• >= 1x Group Selector (ex: h1, p, a {/*styles here*/})<br>• >= 2 x Child Selector<br>• >= 2 x General Sibling Combinator (~)<br>• >= 2 x Adjacent Sibling Combinator (+)<br>• >= 2 x Pseudo Class Selector (ex: :nth-of-type)<br>There must be at least one Grid layout and one Flex layout on your website<br>• Grid style requirements:<br>- grid-template-areas<br>grid-template-columns<br>• grid-template-rows<br>• grid-area<br>• Flex style requirements:<br>. flex-direction (can be set to row our column)<br>• flex-wrap<br>• flex-basis<br>. flex-grow - you must have one item that grows more than other flex items given available space!<br>· flex-shrink - you must have one item that shrinks more than other flex items given available space!<br>Create at least one animation on your website<br>Create at least one transition on each page<br>

Extracted text: CSS Requirements Separate your style sheets into three • /styles/colors.css o /styles/formatting.css • /styles/transitions-animations.css Create three break points using media queries in at least one style sheet to alter the way your website looks on small, medium and large devices o it will help to view your current website on a mobile device and document what looks broken (overflow, small text, etc) o start coding media queries after identifying elements of your website that need responsive behavior Each style sheet must have at least 25 unique CSS selectors. Your selectors must satisfy the requirements below: • 1x Universal Selector • >= 1x Type Selector • >= 1 x Class Selector • >= 1 x ID Selector • >= 1x Group Selector (ex: h1, p, a {/*styles here*/}) • >= 2 x Child Selector • >= 2 x General Sibling Combinator (~) • >= 2 x Adjacent Sibling Combinator (+) • >= 2 x Pseudo Class Selector (ex: :nth-of-type) There must be at least one Grid layout and one Flex layout on your website • Grid style requirements: - grid-template-areas grid-template-columns • grid-template-rows • grid-area • Flex style requirements: . flex-direction (can be set to row our column) • flex-wrap • flex-basis . flex-grow - you must have one item that grows more than other flex items given available space! · flex-shrink - you must have one item that shrinks more than other flex items given available space! Create at least one animation on your website Create at least one transition on each page

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here