Advertisement
Guest User

Untitled

a guest
Feb 8th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. body,html,.page-header,.container {padding: 0; margin: 0;}
  2.  
  3. body {
  4. color: Gainsboro;
  5. }
  6.  
  7. #cover-page {
  8. height: 100%;
  9. background: url("https://static.pexels.com/photos/7108/notebook-computer-chill-relax.jpg") no-repeat fixed center;
  10. background-size: cover;
  11. }
  12.  
  13. .container {
  14. width: 100%;
  15. height: 100%;
  16. text-align: center;
  17. }
  18.  
  19. header .container {
  20. padding: 10px;
  21. }
  22. .main-logo {padding: 0;}
  23. .main-logo h1, .main-logo h2 {
  24. margin-bottom: 0;
  25. margin-top: 0;
  26. font-size: 25px;
  27. }
  28.  
  29. .main-logo h1 { border-bottom: 1px solid #FF4947; padding-bottom: 2px; }
  30.  
  31. .main-logo h2 { }
  32.  
  33. #cover-page {
  34. position: relative;
  35. }
  36.  
  37. .posties {
  38. position: absolute;
  39. top: 30%;
  40. padding: 20px;
  41.  
  42. }
  43.  
  44. .posty1 ,.posty2 {
  45. padding: 10px;
  46. background-color: rgba(55, 64, 66, 0.8);
  47.  
  48. }
  49.  
  50. .posty1 {
  51. width: 300px;
  52.  
  53. }
  54.  
  55. .posty2 span {
  56. color: #FF4947;
  57. }
  58.  
  59.  
  60. @media screen and (min-width:750px) {
  61. .posties {
  62. text-align: left;
  63. }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement