This repo is an assigment completed for the front end development portion of Nashville Software School.
⚠️ This exercise requires you to have completed the HTML Blog Page exercise
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
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.
- A different background color.
- A different font family.
- A different font size.
- A different font color.
- A different line height.
- A different padding value.
- 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)