Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. body {
  2. padding: 0;
  3. margin: 0;
  4. background-color: #FFFFFF;;
  5. }
  6.  
  7.  
  8. /* - - - - - - - - - - - - - - - - - - - - - */
  9.  
  10. .footer {
  11. position: relative;
  12. text-align: center;
  13. margin-top: -50px;
  14. color: #D0CEBC;
  15. font-family: 'Lato',sans-serif;
  16. margin-left: -985px;
  17. }
  18.  
  19. .title {
  20. color: #D0CEBC;
  21. font-family: 'Lato',sans-serif;
  22. font-size: 40px;
  23. /* text-align: center; */
  24. position: relative;
  25. /* margin-top: -180px; */
  26. /* margin-left: 558px; */
  27. margin-top: -640px;
  28. margin-left: 66px;
  29. }
  30.  
  31. .jkmainpicture {
  32. /* margin-top: 140px; */
  33. height: auto;
  34. /* background: linear-gradient(45deg,rgba(27, 99, 123, 0.98) 0%,rgba(0, 0, 0, 0.68) 100%); */
  35. background-color: #F7F6EE;
  36. position: static;
  37. width: 300px;
  38. }body {
  39. padding: 0;
  40. margin: 0;
  41. background-color: #FFFFFF;;
  42. }
  43.  
  44.  
  45. /* - - - - - - - - - - - - - - - - - - - - - */
  46.  
  47. .footer {
  48. position: relative;
  49. text-align: center;
  50. color: #D0CEBC;
  51. font-family: 'Lato',sans-serif;
  52. float: left;margin-left:40px;
  53. }
  54.  
  55. .title {
  56. color: #D0CEBC;
  57. font-family: 'Lato',sans-serif;
  58. font-size: 40px;
  59. /* text-align: center; */
  60. position: relative;
  61. /* margin-top: -180px; */
  62. /* margin-left: 558px; */
  63. margin-top: -850px;
  64. margin-left: 66px;
  65. }
  66.  
  67. .jkmainpicture {
  68. /* margin-top: 140px; */
  69. height: 910px;
  70. /* background: linear-gradient(45deg,rgba(27, 99, 123, 0.98) 0%,rgba(0, 0, 0, 0.68) 100%); */
  71. background-color: #F7F6EE;
  72. position: static;
  73. width: 300px;
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement