Skip to content

tayloraharry/article-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published