Skip to content

Make a responsive website section with an image, blurb and a button.

Notifications You must be signed in to change notification settings

paigeheff/sections

 
 

Repository files navigation

summary time deliverables
Make a responsive website section with an image, blurb and a button.
1 hour
1 HTML file, 1 CSS file, images

Sections

Overview

  • Fork this repository.
  • Write the HTML & CSS necessary to match the screenshots.
  • Text can be found inside the content.txt file.
  • Hint: you’ll have to use both width & max-width on some elements.
  • Run it through Markbot and make sure it passes all the checks.

Details

  • Typefaces: Lato
  • Maximum width on section inner boxes: 25em
  • Colours: #666, #333, #f2f2f2
  • Paddings: 1em, 2em, 0.4em 0.75em 0.5em
  • Margins: 1.5rem
  • Line-height: 1.5

Goal

Visually match the images in the “screenshots” folder and create the interaction shown in the linked video.


Hand in

Drop this folder into your Markbot application. Make sure to fix all the errors. And submit to Canvas using Markbot.


Optional challenges

These challenges are here if you’d like to try a little more work—they are for extra experience and learning. They are completely optional and not graded. Show them to me if you’d like—I’d love to see them.

  1. Add second section row with two images and some text, following this layout:

    [ image ]  text  [ image ]
    
  2. Add a third section row with one image and text, but reverse order to the first row; follow this layout:

    text  [ image ]
    

About

Make a responsive website section with an image, blurb and a button.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 51.0%
  • CSS 49.0%