Media Queries Coding Practice 6

 Design Section

In this assignment, let's build a Design Section by applying the CSS concepts we learned till now.

Refer to the below images.

The following images illustrate all device sizes, from extra small to extra large.

Extra Small (Size < 576px), Small (Size >= 576px):

design-section-md

Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px):


Instructions:

  • The page should have two different background images in devices below 768px and devices equal and above 768px.
  • The HTML main heading element should have different font-sizes in devices below 768px and devices equal and above 768px.
  • Add the given images as background images to the HTML container element.
Note
  • Achieve the design using the CSS Flexbox layout and Media queries.
  • Try to achieve the design as close as possible.

Resources

Use the image URL's given below.

CSS Colors used:

Background color Hex Code values:

#12022f
#ffffff

Text color Hex Code values:

#12022f
#7b8794

CSS Font families used:

  • Roboto

Concepts Review

Want to quickly review some of the concepts you’ve been learning?

Take a look at the Cheat Sheets.

Freemium Business Model

In this assignment, let's build a Freemium Business Model by applying the CSS concepts we learned till now.

Refer to the below images.

The following images illustrate all device sizes, from extra small to extra large.

Extra Small (Size < 576px), Small (Size >= 576px):

freemium-business-model-sm

Medium (Size >= 768px), Large (Size >= 992px) and Extra Large (Size >= 1200px):


Instructions:

  • For the devices less than 768px, the width of image should be 120px and for the rest of devices it should be 150px.
  • For the devices less than 768px, the size of heading should be 24px and for the rest of devices it should be 36px.
Note
  • Achieve the design using the CSS Flexbox layout and Media queries.
  • Try to achieve the design as close as possible.

Resources

Use the image URL's given below.

CSS Colors used:

Background color Hex Code values:

#eff7ff
#0b4870

Text color Hex Code values:

#f0f0f0
#f4f3f3

CSS Font families used:

  • Roboto

Concepts Review

Want to quickly review some of the concepts you’ve been learning?

Take a look at the Cheat Sheets.

Post a Comment

Please Select Embedded Mode To Show The Comment System.*

Previous Post Next Post

Contact Form