Advertisement
Guest User

Untitled

a guest
May 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. * { box-sizing: border-box; }
  2.  
  3. .container {
  4. width: 80%;
  5. margin: 0 auto;
  6. }
  7.  
  8. .header h1 {
  9. text-align: center;
  10. margin-bottom: 30px
  11. }
  12.  
  13. .image {
  14. display:inline-block;
  15. float: left;
  16. width: 30%;
  17. }
  18.  
  19. .column {
  20. display:inline-block;
  21. float: left;
  22. width: 30%;
  23. padding: 0 20px;
  24. }
  25.  
  26. .Main-text {
  27. clear: both;
  28. padding-top: 60px;
  29. }
  30. .poop {
  31. width: 80%
  32. }
  33.  
  34.  
  35. /*typography*/
  36.  
  37. body {
  38. background-color: rgb(163, 184, 198);
  39. }
  40. .skills {
  41. background-color: lightgrey ;
  42. }
  43.  
  44. h1, h2, h3 {
  45. font-family: Futura, Helvetica, arial, sans-serif;
  46. }
  47.  
  48. p {
  49. font-family: Georgia, Times, Times New Roman, serif;
  50. }
  51.  
  52. li {
  53. font-family: Georgia, Times, Times New Roman, serif;
  54. }
  55. .intro p {
  56. font font-family: Futura, Helvetica, arial, sans-serif;
  57. font-size: 3em;
  58. font-weight: 100;
  59. -webkit-margin-before: 0;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement