SlideShare a Scribd company logo
1 of 11
Download to read offline
Please use these instructions to help. Please only edit the CSS, and please label the CSS that you
edited. Thank You
Use the flexbox layout mode and media queries to create a responsive layout.
This is my code
#styles.css
#normalize.css
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/* HTML5 display definitions
=====================================================================
===== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
display: block;
}
/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template, /* 1 */
[hidden] {
display: none;
}
/* Links
=====================================================================
===== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0;
}
/* Text-level semantics
=====================================================================
===== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
=====================================================================
===== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
=====================================================================
===== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/* Forms
=====================================================================
===== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
font: inherit; /* 1 */
margin: 0; /* 2 */
}
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold;
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
This is what I'm trying to get the page to look like. 1. Open chapter07-project02.html in the
browser. You will be modifying the CSS only. 2. Modify styles.css and float the in the header to
the left and the vertical line menu image to the right. 3. Right now each card fills the entire width
of the available space. Change the width of the card class to 24%. By taking less than a quarter
of the available space, we will eventually be able to fit four cards on a row. 4. Now we need to
use the flexbox mode. You will need to add display:flex to the cards class. 5. Change the max-
width property of the image to 100%. 6. Modify the card class by setting its flex property to 01
auto. Test in browser. Set the justify-content, align-items, and flex-wrap properties appropriately
in order to achieve a layout similar to that shown in Eigure 7.56.
7. Trying resizing the browser; notice how the flex containers continue to shrink in width in
order to maintain the four columns. Why four columns? Remember back in step three we set the
width to 24%, so the browser is trying to maintain that rule. 8. Add a media query for screens
480px wide and less. In it, change the card width to 100% and test. Now on a small screen, each
card will fill the entire width. Also reduce the height of the header as well as the margin and
padding of its heading. 9. Add a media query for tablets between 481px and 768px. Change the
card width so two cards are displayed on each row. 0 . Add a 2 second transition on the opacity
property when hovering over or off of the See More span with the button class This will create
the illusion of the span fading into (or out of) visibility. Also, add a drop shadow and a saturation
filter of about 130% when hovering over any of the card images.
header shrinks in size also.

More Related Content

Similar to Please use these instructions to help. Please only edit the CSS, and.pdf

Custom post-framworks
Custom post-framworksCustom post-framworks
Custom post-framworksKiera Howe
 
Building a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profitBuilding a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profitBen Limmer
 
Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)Nascenia IT
 
Mozilla & Mobile
Mozilla & MobileMozilla & Mobile
Mozilla & Mobiledynamis
 
New Perspectives on HTML Tutorial 1 Review Assig.docx
   New Perspectives on HTML   Tutorial 1   Review Assig.docx   New Perspectives on HTML   Tutorial 1   Review Assig.docx
New Perspectives on HTML Tutorial 1 Review Assig.docxjoyjonna282
 
Twanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docx
Twanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docxTwanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docx
Twanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docxmarilucorr
 
The specs behind the sex, mobile-friendly layout beyond the desktop
The specs behind the sex, mobile-friendly layout beyond the desktopThe specs behind the sex, mobile-friendly layout beyond the desktop
The specs behind the sex, mobile-friendly layout beyond the desktopbetabeers
 
Front End Good Practices
Front End Good PracticesFront End Good Practices
Front End Good PracticesHernan Mammana
 
A Better Theme Process: Learning the Cascade
A Better Theme Process: Learning the CascadeA Better Theme Process: Learning the Cascade
A Better Theme Process: Learning the CascadeChristopher Cochran
 
Gigigo Workshop - Create an iOS Framework, document it and not die trying
Gigigo Workshop - Create an iOS Framework, document it and not die tryingGigigo Workshop - Create an iOS Framework, document it and not die trying
Gigigo Workshop - Create an iOS Framework, document it and not die tryingAlex Rupérez
 
First Steps in Drupal Code Driven Development
First Steps in Drupal Code Driven DevelopmentFirst Steps in Drupal Code Driven Development
First Steps in Drupal Code Driven DevelopmentNuvole
 
20130528 solution linux_frousseau_nopain_webdev
20130528 solution linux_frousseau_nopain_webdev20130528 solution linux_frousseau_nopain_webdev
20130528 solution linux_frousseau_nopain_webdevFrank Rousseau
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Wahyu Putra
 
CSS Architecture - JSIL.pdf
CSS Architecture - JSIL.pdfCSS Architecture - JSIL.pdf
CSS Architecture - JSIL.pdfJonDan6
 
Blunt Umbrellas Website Showcase
Blunt Umbrellas Website ShowcaseBlunt Umbrellas Website Showcase
Blunt Umbrellas Website ShowcaseGareth Hall
 

Similar to Please use these instructions to help. Please only edit the CSS, and.pdf (20)

Custom post-framworks
Custom post-framworksCustom post-framworks
Custom post-framworks
 
New Browsers
New BrowsersNew Browsers
New Browsers
 
Building a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profitBuilding a Single Page Application using Ember.js ... for fun and profit
Building a Single Page Application using Ember.js ... for fun and profit
 
Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)Modern Frontend Technologies (BEM, Retina)
Modern Frontend Technologies (BEM, Retina)
 
Mozilla & Mobile
Mozilla & MobileMozilla & Mobile
Mozilla & Mobile
 
New Perspectives on HTML Tutorial 1 Review Assig.docx
   New Perspectives on HTML   Tutorial 1   Review Assig.docx   New Perspectives on HTML   Tutorial 1   Review Assig.docx
New Perspectives on HTML Tutorial 1 Review Assig.docx
 
Twanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docx
Twanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docxTwanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docx
Twanda.Malcolm12-6-16back.jpgTwanda.Malcolm12-6-16barchart.docx
 
The specs behind the sex, mobile-friendly layout beyond the desktop
The specs behind the sex, mobile-friendly layout beyond the desktopThe specs behind the sex, mobile-friendly layout beyond the desktop
The specs behind the sex, mobile-friendly layout beyond the desktop
 
Front End Good Practices
Front End Good PracticesFront End Good Practices
Front End Good Practices
 
Landing Pages 101
Landing Pages 101Landing Pages 101
Landing Pages 101
 
A Better Theme Process: Learning the Cascade
A Better Theme Process: Learning the CascadeA Better Theme Process: Learning the Cascade
A Better Theme Process: Learning the Cascade
 
Responsive design
Responsive designResponsive design
Responsive design
 
Gigigo Workshop - Create an iOS Framework, document it and not die trying
Gigigo Workshop - Create an iOS Framework, document it and not die tryingGigigo Workshop - Create an iOS Framework, document it and not die trying
Gigigo Workshop - Create an iOS Framework, document it and not die trying
 
styleSample
styleSamplestyleSample
styleSample
 
INTRODUCTIONS OF CSS PART 2
INTRODUCTIONS OF CSS PART 2INTRODUCTIONS OF CSS PART 2
INTRODUCTIONS OF CSS PART 2
 
First Steps in Drupal Code Driven Development
First Steps in Drupal Code Driven DevelopmentFirst Steps in Drupal Code Driven Development
First Steps in Drupal Code Driven Development
 
20130528 solution linux_frousseau_nopain_webdev
20130528 solution linux_frousseau_nopain_webdev20130528 solution linux_frousseau_nopain_webdev
20130528 solution linux_frousseau_nopain_webdev
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3
 
CSS Architecture - JSIL.pdf
CSS Architecture - JSIL.pdfCSS Architecture - JSIL.pdf
CSS Architecture - JSIL.pdf
 
Blunt Umbrellas Website Showcase
Blunt Umbrellas Website ShowcaseBlunt Umbrellas Website Showcase
Blunt Umbrellas Website Showcase
 

More from agarshailenterprises

Please, correct the following ELM codemodule Main exposing (..).pdf
Please, correct the following ELM codemodule Main exposing (..).pdfPlease, correct the following ELM codemodule Main exposing (..).pdf
Please, correct the following ELM codemodule Main exposing (..).pdfagarshailenterprises
 
pls help! 1. Understanding the implications of taxes on welfare The .pdf
pls help! 1. Understanding the implications of taxes on welfare The .pdfpls help! 1. Understanding the implications of taxes on welfare The .pdf
pls help! 1. Understanding the implications of taxes on welfare The .pdfagarshailenterprises
 
Please write one paragraph below demonstratingDecide on a hedging.pdf
Please write one paragraph below demonstratingDecide on a hedging.pdfPlease write one paragraph below demonstratingDecide on a hedging.pdf
Please write one paragraph below demonstratingDecide on a hedging.pdfagarshailenterprises
 
Please write a program with a simple INTERFACE. Provide a design for.pdf
Please write a program with a simple INTERFACE. Provide a design for.pdfPlease write a program with a simple INTERFACE. Provide a design for.pdf
Please write a program with a simple INTERFACE. Provide a design for.pdfagarshailenterprises
 
please tell me what lines do i alter to make this stack a queue. tel.pdf
please tell me what lines do i alter to make this stack a queue. tel.pdfplease tell me what lines do i alter to make this stack a queue. tel.pdf
please tell me what lines do i alter to make this stack a queue. tel.pdfagarshailenterprises
 
Please show how to do these calculation based on 2021 Starbucks An.pdf
Please show how to do these calculation based on  2021 Starbucks An.pdfPlease show how to do these calculation based on  2021 Starbucks An.pdf
Please show how to do these calculation based on 2021 Starbucks An.pdfagarshailenterprises
 
Please review the two journals on Endogenous growth Theory. 1. Shaw..pdf
Please review the two journals on Endogenous growth Theory. 1. Shaw..pdfPlease review the two journals on Endogenous growth Theory. 1. Shaw..pdf
Please review the two journals on Endogenous growth Theory. 1. Shaw..pdfagarshailenterprises
 
Please read the case study below and answer the following questions .pdf
Please read the case study below and answer the following questions .pdfPlease read the case study below and answer the following questions .pdf
Please read the case study below and answer the following questions .pdfagarshailenterprises
 
Please modify the following code in C. Make sure your code matches t.pdf
Please modify the following code in C. Make sure your code matches t.pdfPlease modify the following code in C. Make sure your code matches t.pdf
Please modify the following code in C. Make sure your code matches t.pdfagarshailenterprises
 
Please provide a detailed explanation as to how you get to the answe.pdf
Please provide a detailed explanation as to how you get to the answe.pdfPlease provide a detailed explanation as to how you get to the answe.pdf
Please provide a detailed explanation as to how you get to the answe.pdfagarshailenterprises
 
please I need explanation for the whole queston and why the answer I.pdf
please I need explanation for the whole queston and why the answer I.pdfplease I need explanation for the whole queston and why the answer I.pdf
please I need explanation for the whole queston and why the answer I.pdfagarshailenterprises
 
Please help with part b. Taylor Talbot receives wages amounting to .pdf
Please help with part b.  Taylor Talbot receives wages amounting to .pdfPlease help with part b.  Taylor Talbot receives wages amounting to .pdf
Please help with part b. Taylor Talbot receives wages amounting to .pdfagarshailenterprises
 
Please explain how to find The heights of a certain population of co.pdf
Please explain how to find The heights of a certain population of co.pdfPlease explain how to find The heights of a certain population of co.pdf
Please explain how to find The heights of a certain population of co.pdfagarshailenterprises
 
Please help me get the right answers. The Economist publishes a year.pdf
Please help me get the right answers. The Economist publishes a year.pdfPlease help me get the right answers. The Economist publishes a year.pdf
Please help me get the right answers. The Economist publishes a year.pdfagarshailenterprises
 
Please explain in detail. Thank you! 2. Consider two independent sta.pdf
Please explain in detail. Thank you! 2. Consider two independent sta.pdfPlease explain in detail. Thank you! 2. Consider two independent sta.pdf
Please explain in detail. Thank you! 2. Consider two independent sta.pdfagarshailenterprises
 
Please explain in detail. Thank you! 10. The joint probability distr.pdf
Please explain in detail. Thank you! 10. The joint probability distr.pdfPlease explain in detail. Thank you! 10. The joint probability distr.pdf
Please explain in detail. Thank you! 10. The joint probability distr.pdfagarshailenterprises
 
please help 3. Which of the four classification schemes (suggested b.pdf
please help 3. Which of the four classification schemes (suggested b.pdfplease help 3. Which of the four classification schemes (suggested b.pdf
please help 3. Which of the four classification schemes (suggested b.pdfagarshailenterprises
 
Please expound on the specific details and examples of each componen.pdf
Please expound on the specific details and examples of each componen.pdfPlease expound on the specific details and examples of each componen.pdf
Please expound on the specific details and examples of each componen.pdfagarshailenterprises
 
please dont solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdf
please dont  solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdfplease dont  solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdf
please dont solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdfagarshailenterprises
 
Please assist with this and use single line comment to explain each .pdf
Please assist with this and use single line comment to explain each .pdfPlease assist with this and use single line comment to explain each .pdf
Please assist with this and use single line comment to explain each .pdfagarshailenterprises
 

More from agarshailenterprises (20)

Please, correct the following ELM codemodule Main exposing (..).pdf
Please, correct the following ELM codemodule Main exposing (..).pdfPlease, correct the following ELM codemodule Main exposing (..).pdf
Please, correct the following ELM codemodule Main exposing (..).pdf
 
pls help! 1. Understanding the implications of taxes on welfare The .pdf
pls help! 1. Understanding the implications of taxes on welfare The .pdfpls help! 1. Understanding the implications of taxes on welfare The .pdf
pls help! 1. Understanding the implications of taxes on welfare The .pdf
 
Please write one paragraph below demonstratingDecide on a hedging.pdf
Please write one paragraph below demonstratingDecide on a hedging.pdfPlease write one paragraph below demonstratingDecide on a hedging.pdf
Please write one paragraph below demonstratingDecide on a hedging.pdf
 
Please write a program with a simple INTERFACE. Provide a design for.pdf
Please write a program with a simple INTERFACE. Provide a design for.pdfPlease write a program with a simple INTERFACE. Provide a design for.pdf
Please write a program with a simple INTERFACE. Provide a design for.pdf
 
please tell me what lines do i alter to make this stack a queue. tel.pdf
please tell me what lines do i alter to make this stack a queue. tel.pdfplease tell me what lines do i alter to make this stack a queue. tel.pdf
please tell me what lines do i alter to make this stack a queue. tel.pdf
 
Please show how to do these calculation based on 2021 Starbucks An.pdf
Please show how to do these calculation based on  2021 Starbucks An.pdfPlease show how to do these calculation based on  2021 Starbucks An.pdf
Please show how to do these calculation based on 2021 Starbucks An.pdf
 
Please review the two journals on Endogenous growth Theory. 1. Shaw..pdf
Please review the two journals on Endogenous growth Theory. 1. Shaw..pdfPlease review the two journals on Endogenous growth Theory. 1. Shaw..pdf
Please review the two journals on Endogenous growth Theory. 1. Shaw..pdf
 
Please read the case study below and answer the following questions .pdf
Please read the case study below and answer the following questions .pdfPlease read the case study below and answer the following questions .pdf
Please read the case study below and answer the following questions .pdf
 
Please modify the following code in C. Make sure your code matches t.pdf
Please modify the following code in C. Make sure your code matches t.pdfPlease modify the following code in C. Make sure your code matches t.pdf
Please modify the following code in C. Make sure your code matches t.pdf
 
Please provide a detailed explanation as to how you get to the answe.pdf
Please provide a detailed explanation as to how you get to the answe.pdfPlease provide a detailed explanation as to how you get to the answe.pdf
Please provide a detailed explanation as to how you get to the answe.pdf
 
please I need explanation for the whole queston and why the answer I.pdf
please I need explanation for the whole queston and why the answer I.pdfplease I need explanation for the whole queston and why the answer I.pdf
please I need explanation for the whole queston and why the answer I.pdf
 
Please help with part b. Taylor Talbot receives wages amounting to .pdf
Please help with part b.  Taylor Talbot receives wages amounting to .pdfPlease help with part b.  Taylor Talbot receives wages amounting to .pdf
Please help with part b. Taylor Talbot receives wages amounting to .pdf
 
Please explain how to find The heights of a certain population of co.pdf
Please explain how to find The heights of a certain population of co.pdfPlease explain how to find The heights of a certain population of co.pdf
Please explain how to find The heights of a certain population of co.pdf
 
Please help me get the right answers. The Economist publishes a year.pdf
Please help me get the right answers. The Economist publishes a year.pdfPlease help me get the right answers. The Economist publishes a year.pdf
Please help me get the right answers. The Economist publishes a year.pdf
 
Please explain in detail. Thank you! 2. Consider two independent sta.pdf
Please explain in detail. Thank you! 2. Consider two independent sta.pdfPlease explain in detail. Thank you! 2. Consider two independent sta.pdf
Please explain in detail. Thank you! 2. Consider two independent sta.pdf
 
Please explain in detail. Thank you! 10. The joint probability distr.pdf
Please explain in detail. Thank you! 10. The joint probability distr.pdfPlease explain in detail. Thank you! 10. The joint probability distr.pdf
Please explain in detail. Thank you! 10. The joint probability distr.pdf
 
please help 3. Which of the four classification schemes (suggested b.pdf
please help 3. Which of the four classification schemes (suggested b.pdfplease help 3. Which of the four classification schemes (suggested b.pdf
please help 3. Which of the four classification schemes (suggested b.pdf
 
Please expound on the specific details and examples of each componen.pdf
Please expound on the specific details and examples of each componen.pdfPlease expound on the specific details and examples of each componen.pdf
Please expound on the specific details and examples of each componen.pdf
 
please dont solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdf
please dont  solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdfplease dont  solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdf
please dont solve 1) [12 marks] Suppose Y1 and Y2 be independent.pdf
 
Please assist with this and use single line comment to explain each .pdf
Please assist with this and use single line comment to explain each .pdfPlease assist with this and use single line comment to explain each .pdf
Please assist with this and use single line comment to explain each .pdf
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 

Please use these instructions to help. Please only edit the CSS, and.pdf

  • 1. Please use these instructions to help. Please only edit the CSS, and please label the CSS that you edited. Thank You Use the flexbox layout mode and media queries to create a responsive layout. This is my code #styles.css #normalize.css /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /* HTML5 display definitions ===================================================================== ===== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. * 2. Add the correct display in IE. */ article, aside, details, /* 1 */ figcaption, figure,
  • 2. footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */ display: block; } /** * Add the correct display in IE 9-. */ audio, canvas, progress, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Add the correct display in IE 10-. * 1. Add the correct display in IE. */ template, /* 1 */
  • 3. [hidden] { display: none; } /* Links ===================================================================== ===== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /* Text-level semantics ===================================================================== ===== */ /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  • 4. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */
  • 5. small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ===================================================================== ===== */ /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Grouping content
  • 6. ===================================================================== ===== */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /* Forms ===================================================================== ===== */ /** * 1. Change font properties to `inherit` in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button,
  • 7. input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ } /** * Restore the font weight unset by the previous rule. */ optgroup { font-weight: bold; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"],
  • 8. [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
  • 9. legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */
  • 10. outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Correct the text style of placeholders in Chrome, Edge, and Safari. */ ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } This is what I'm trying to get the page to look like. 1. Open chapter07-project02.html in the browser. You will be modifying the CSS only. 2. Modify styles.css and float the in the header to the left and the vertical line menu image to the right. 3. Right now each card fills the entire width of the available space. Change the width of the card class to 24%. By taking less than a quarter of the available space, we will eventually be able to fit four cards on a row. 4. Now we need to use the flexbox mode. You will need to add display:flex to the cards class. 5. Change the max- width property of the image to 100%. 6. Modify the card class by setting its flex property to 01 auto. Test in browser. Set the justify-content, align-items, and flex-wrap properties appropriately in order to achieve a layout similar to that shown in Eigure 7.56. 7. Trying resizing the browser; notice how the flex containers continue to shrink in width in
  • 11. order to maintain the four columns. Why four columns? Remember back in step three we set the width to 24%, so the browser is trying to maintain that rule. 8. Add a media query for screens 480px wide and less. In it, change the card width to 100% and test. Now on a small screen, each card will fill the entire width. Also reduce the height of the header as well as the margin and padding of its heading. 9. Add a media query for tablets between 481px and 768px. Change the card width so two cards are displayed on each row. 0 . Add a 2 second transition on the opacity property when hovering over or off of the See More span with the button class This will create the illusion of the span fading into (or out of) visibility. Also, add a drop shadow and a saturation filter of about 130% when hovering over any of the card images. header shrinks in size also.