- Learn and apply CSS Selectors
- Learn and apply CSS rules
- Understand the markup/styling separation
- Implement the style depicted in style1.png. Try to get as close as possible.
- Implement the style depicted in style2.png. Try to get as close as possible.
- Bonus: Implement the mobile styles in style1-mobile.png and style2-mobile.png
- Bonus Bonus! Implement your own style.
Note: You should not touch the HTML. You may change names, texts, and images to personalize the CV.
- Press
forkat the top of this page. - clone the forked repository to your computer (
git clone <your repo>) - create a file in
style/calledstyle.css - Open this file in your text editor (VScode, Atom, Sublime...)
- Open
index.htmlin your browser - Begin implementing the styles!
- Don't forget to push back changes from time to time (
git add -A, thengit commit -m "message"thengit push -u origin master) - When you're satisfied, submit a Pull Request
- Don't panic! One step at a time



