- Create a new branch from the Out of This World project.
- Set up a server to run the project on localhost.
- Optional: completely wipe the content of your old stylesheet and start over.
- do not add any additional markup to the index file.
- In the external stylesheet, style the page to meet the following requirements.
- Style one unordered list with display:block li elements
- Style one unordered list with display:inline li elements
- Style one unordered list with display:inline-block li elements
- Add additional styling if you want to!
- Go above and beyond!
- Besides adding the link to the stylesheet, do not add any additional markup to the index file.
- Do not use default fonts.
- Do not do a multi-column layout (for now). This will be a later exercise.
- Do not use flexbox sizing (for now).
- Do not use SASS or LESS.
- Do not use frameworks or libraries.
- Do not use LiveReload.
Make a drop-down list.