Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. /*style.css*/
  2. body {
  3. color: tomato;
  4. }
  5.  
  6. .nav {
  7. width: 100%;
  8. height: 70px;
  9. }
  10.  
  11. .hero {
  12. background: url('');
  13. text-align: center;
  14. }
  15.  
  16. .bio {
  17. margin: 15px;
  18. }
Add Comment
Please, Sign In to add comment