The purpose of this repository is to help you practice using basic CSS properties.
Observe the files in this repo:
font-practice.pngis something you'll need later; you can ignore it for now.index.htmlis the directions that will guide you through the activity. Do not change it at all.README.mdis the file you're reading. You should be reading it on GitHub.result.pngis the result you should be aiming for withindex.htmlonce it hasstyle.cssapplied.style.cssis where you will be doing your coding that will makeindex.htmllook pretty.
- Fork and clone this repo.
- Follow all of the directions in
index.html.- You only need the preview; you shouldn't need the raw code.
- Note: the preview looks better in the pop-out window of cloud9.
- When you are finished, the preview should look like
result.png. - Beautify your code.
- NOTE: the cloud9 keyboard shortcut is
⌘+shift+B
- NOTE: the cloud9 keyboard shortcut is
Make sure you add/commit/push and change your repo's settings to use the master branch for gh-pages. Make sure you test the URL!