Media Queries Coding Practice 7

 Pricing Plans

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

Refer to the below image.

pricing-plans

Instructions:

  • The output reference image provided is for devices with a width greater than or equal to 
    1200px
    .
  • The width of each pricing plan should be the same across all devices.
  • The pricing plans should wrap into multiple lines based on the space available.
  • When all the pricing plans are in the same row they should be of the same height.
Note
  • Achieve the design using the Flexbox layout.
  • Try to achieve the design as close as possible.

Resources

CSS Colors used:

#000000
#2c353d
#ff6e30
#ffffff
#e2e8f0
#f8fafc
#2d3748

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.


Inspiring Quotes Page

In this assignment, let's build an Inspiring Quotes Page 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):

inspiring_quotes

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

inspiring_quotes

Instructions:

  • Use CSS Flexbox sizing properties to display the content and the image inside the card.
  • The content and the image should align properly for all types of devices.
  • For the devices less than 768px, the size of heading should be 36px and for the rest of devices it should be 46px.
  • For the devices less than 768px, the width of image should be 80px and for the rest of devices it should be 120px.
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.

Font Awsome Icons used:

  • fa fa-quote-left

CSS Colors used:

Background color Hex Code values:

#c294d1
#4b4a7e
#ffffff

Text color Hex Code values:

#f1f5f9
#5d408c
#2a4eaa
#9e619b
#391484
#6e798c
#081f32

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