Advertisement
Guest User

123

a guest
Feb 21st, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. body{
  2. font-family:Open Sans;
  3. font-family:Bebas Neue;
  4. }
  5. a{
  6.  
  7. text-decoration:none;
  8. color:#ffffff;
  9. margin: 10px 10px 10px;
  10.  
  11. }
  12. #Header{
  13. background:#000000;
  14. height:50px;
  15. }
  16. #Logo{
  17. height:50px;
  18. float: left;
  19. }
  20. #Title {
  21. height:600px;
  22. width:100%;
  23. background-size:cover;
  24. background-position:center;
  25.  
  26. }
  27. #Featured{
  28. height:300px;
  29. width:100%;
  30. background-size:cover;
  31. background-position:center;
  32. font-family:Open Sans;
  33. margin: 70px 30px 30px;
  34. border: solid;
  35. }
  36.  
  37.  
  38. #Featured>div {
  39. position:relative;
  40. width:200px;
  41. height:300px;
  42. display:inline-block;
  43. overflow:hidden;
  44. }
  45.  
  46. #Featured>div>div:first-child {
  47. width:200px;
  48. height:300px;
  49. background-size:cover;
  50. background-position:center;
  51. }
  52. #Featured>div #Name {
  53. position:absolute;
  54. bottom:20px;
  55. left:0px;
  56. right:0px;
  57. text-align:center;
  58. background:rgba(255,255,255,0.5);
  59. }
  60.  
  61. #Featured>div #Price {
  62. float: left;
  63. background:#ffffff;
  64. }
  65. #Featured>div #AddToCart {
  66. position:absolute;
  67. bottom:0px;
  68. left:0px;
  69. right:0px;
  70. text-align:center;
  71. background:#ffffff;
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement