Advertisement
Guest User

Challenge 5 solutions

a guest
Feb 22nd, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. body {
  2.   margin: 0 auto; /* To eliminate pre-existing margins on the page */
  3.   font: 20px 'Source Sans Pro'; /* Font size and font family */
  4.   font-weight: 400; /* Normal weight */
  5.   color: #000000; /* Font color is black */
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement