Advertisement
Guest User

Stylesheet 1

a guest
Feb 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /* resume.css */
  2. body {
  3. background-color: black;
  4. font-family: Georgia, serif;
  5. }
  6.  
  7. section {color: #FFFF33;}
  8.  
  9. p {color: hotpink;}
  10.  
  11. ul {color: cyan;}
  12.  
  13. header {color: darkmagenta;}
  14.  
  15. aside {color: limegreen;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement