Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. body{
  2. margin: 0px;
  3. }
  4. header{
  5. background-color: green;
  6. position: fixed;
  7. width: 100%;
  8. }
  9. h1, h2, h3{
  10. margin-top: 0px;
  11. }
  12. ul{
  13. margin-bottom: 0px;
  14. }
  15. section{
  16. height: 100vh;
  17. }
  18. #exppro{
  19. background-color: blue;
  20. }
  21. #competences{
  22. background-color: yellow;
  23. }
  24. #formations{
  25. background-color: pink;
  26. }
  27. #contact{
  28. background-color: violet;
  29. }
  30. footer{
  31. background-color: orange;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement