Skip to content

Files

Latest commit

2154261 · Apr 17, 2017

History

History
29 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.13 KB

This repo is an assigment completed for the front end development portion of Nashville Software School.

Blog page styling

Prerequisite

⚠️ This exercise requires you to have completed the HTML Blog Page exercise

Setup

These commands are a helpful quick start. You may choose to ignore them completely and create your own directory structure. If you choose to use this recommendation, just copy the commands below. It doesn't matter what directory you are currently in.

mkdir -p ~/workspace/exercises/the-static-web/articles && cd $_
touch index.html
touch articles.css

Requirements

Copy and paste your blog article HTML into the index.html file for this exercise. For each article on your blog page, you need to have the following things to be unique.

  1. A different background color.
  2. A different font family.
  3. A different font size.
  4. A different font color.
  5. A different line height.
  6. A different padding value.
  7. Each should have a border, but with rounded corners of different size (e.g. one article could have barely rounded borders, but the next one could be almost circular in shape)