Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. .crd-img {
  2. background-size: cover;
  3. width: 100%;
  4. height: 240px;
  5. }
  6.  
  7. h1.card-header {
  8. margin-bottom: 15px;
  9. background-color: #2a2b2b;
  10. color: #fff;
  11. }
  12.  
  13. #header {
  14. position: relative;
  15. width: 100%;
  16. height: 70%;
  17. background-size: cover;
  18. background-image: url('function/foto/bg.jpg');
  19. background-position: center;
  20. }
  21.  
  22. #header::before {
  23. content: '';
  24. position: absolute;
  25. width: 100%;
  26. height: 100%;
  27. background: rgba(0, 0, 0, .1);
  28. }
  29.  
  30. #crd-container {
  31. margin-top: -100px;
  32. }
  33.  
  34. #hdr-txt {
  35. position: relative;
  36. top: 30%;
  37. z-index: 2;
  38. font-size: 4em;
  39. color: #fff;
  40.  
  41. }
  42.  
  43.  
  44. .card {
  45. -webkit-box-shadow: 10px 10px 21px -17px rgba(0, 0, 0, 0.75);
  46. -moz-box-shadow: 10px 10px 21px -17px rgba(0, 0, 0, 0.75);
  47. box-shadow: 10px 10px 21px -17px rgba(0, 0, 0, 0.75);
  48. }
  49.  
  50. #lgn {
  51. background-color: #dedede;
  52. padding: 10px;
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement