@dev-unicity
Adriaan Bornman
@Cyber-BorriesAll comments
- @Cyber-Borries
Great submission, dev-unicity!
Some things to consider:
- Keep stylesheets in separate folders and link to the stylesheet from your HTML's head like:
<link rel="stylesheet" href="yourStyleSheet.css">
- You can use Google fonts to use different fonts - which was part of the requirements for this challenge.
Try and train your eye to see where you should add some padding or margin. Read up about the CSS box-model to see how content, margin, padding and borders work together.
Overall, a great submission. Keep up the good work!
- Keep stylesheets in separate folders and link to the stylesheet from your HTML's head like: