Guest User

Untitled

a guest
Oct 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. body {
  2. background-image: url("../img/contact.jpg");
  3. background-size: cover;
  4. color: #34495e;
  5. }
  6.  
  7. .container {
  8. margin: 190px auto;
  9. width: 35%;
  10. background-color: rgba(241, 241, 241, 0.38);
  11. }
  12.  
  13. .header h1 {
  14. text-align: center;
  15. /*margin-bottom: 40px;*/
  16. font-family: 'Tangerine', serif;
  17. font-size: 90px;
  18. font-weight: bold;
  19. color: #fc5971;
  20. }
  21.  
  22. .contact ul {
  23. list-style-type: none;
  24. font-size: 2em;
  25. font-weight: 600;
  26. font-family: 'Satisfy', serif;
  27.  
  28. }
  29.  
  30. .contact ul li {
  31. margin-bottom: 10px;
  32. color: #033b4c;
  33. }
  34.  
  35. .contact ul li span:hover {
  36. -webkit-transition: color 600ms;
  37. transition: color 600ms;
  38. }
  39.  
  40. .contact ul li span:hover {
  41. color: #fc5971;
  42. }
  43.  
  44.  
  45. .page-head {
  46. background-color: #fff;
  47. position: fixed;
  48. width: 100%;
  49. top: 0;
  50. }
  51.  
  52. .page-head .nav {
  53. float: right;
  54. }
  55.  
  56. .page-head .nav ul li {
  57. display: inline-block;
  58. padding: 20px 10px 20px;
  59. }
  60.  
  61. .page-head .logo {
  62. display: inline-block;
  63. }
  64.  
  65. .page-head .logo img {
  66. padding-left: 70px;
  67. position: relative;
  68. }
  69.  
  70. .page-head .logo a {
  71. position: absolute;
  72. top: 24px;
  73. left: 155px;
  74. }
  75.  
  76. .page-head a {
  77. color: #db2d7e ;
  78. text-decoration: none;
  79. font-size: 20px;
  80. text-transform: uppercase;
  81. letter-spacing: 0.03em;
  82. -webkit-transition: all 600ms;
  83. transition: all 600ms;
  84. }
  85.  
  86. .page-head a:hover {
  87. color: #8f4c9b;
  88. border: 1px solid #f1a932;
  89. padding: 5px;
  90. }
Add Comment
Please, Sign In to add comment