-Annie-

05.Innovation-Cloud(Styles)

Feb 6th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.18 KB | None | 0 0
  1. body {
  2.     font-family: "Lato", sans-serif;
  3. }
  4.  
  5. main {
  6.     margin: 50px auto;
  7.     max-width: 1060px;
  8.     padding: 0 10px;
  9. }
  10.  
  11. h2 {
  12.     color: #234465;
  13.     margin: 10px;
  14. }
  15.  
  16. p {
  17.     font-size: 16px;
  18.     color: #333333;
  19.     letter-spacing: 0;
  20.     width: 800px;
  21. }
  22.  
  23. img {
  24.     text-align: left;
  25.     width: 180px;
  26.     height: 100px;
  27.     margin: 10px 50px 0 0;
  28. }
  29.  
  30. body {
  31.     font-family: "Lato", sans-serif;
  32.     color: #ffffff;
  33.     padding: 0;
  34.     margin: 0;
  35. }
  36.  
  37. .container {
  38.     text-align: center;
  39.     padding: 0 10px;
  40.     background: url(background-image.jpg) no-repeat center center;
  41.     background-size: cover;
  42.     height: 800px;
  43.     text-align: center;
  44. }
  45.  
  46. h1 {
  47.     font-size: 80px;
  48.     padding: 80px 0;
  49.     letter-spacing: 8px;
  50.     text-transform: uppercase;
  51. }
  52.  
  53. button {
  54.     color: rgb(255, 255, 255);
  55.     background: none;
  56.     border: 5px solid #ffffff;
  57.     border-radius: 15px;
  58.     padding: 15px 45px;
  59.     font-size: 16px;
  60. }
  61.  
  62. button:hover {
  63.     background: #000;
  64.     border-color: #000;
  65.     cursor: pointer;
  66. }
  67.  
  68. .container p {
  69.     font-size: 27px;
  70.     font-weight: 100;
  71.     margin: 20px;
  72.     color: white;
  73.     text-align: center;
  74. }
  75.  
  76. footer {
  77.     background-color: rgb(0, 0, 0);
  78. }
  79.  
  80. footer p {
  81.     color: #ffffff;
  82.     font-size: 14px;
  83.     height: 80px;
  84.     margin: 0;
  85. }
Add Comment
Please, Sign In to add comment