Advertisement
Guest User

Untitled

a guest
May 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. a {
  2. text-decoration: none;
  3. color: #000;
  4.  
  5. .recommandationElement {
  6. margin-bottom: 35px;
  7.  
  8. .background {
  9. height: 105px;
  10. width: 327px;
  11. overflow: hidden;
  12. position: relative;
  13. margin-bottom: 16px;
  14.  
  15. .backgroundImg {
  16. position: absolute;
  17. bottom: -70px;
  18. width: 100%;
  19. }
  20. }
  21.  
  22. .mainElementContainer {
  23. display: flex;
  24.  
  25. .elementContainer {
  26. width: 75%;
  27.  
  28. .elementTitle {
  29. font-size: 16px;
  30. font-weight: bold;
  31. margin-bottom: 25px;
  32. }
  33.  
  34. .elementDescriptionContainer {
  35. display: flex;
  36. justify-content: space-between;
  37.  
  38. .elementAdresse {
  39. font-size: 14px;
  40. font-weight: normal;
  41. }
  42.  
  43. .divide {
  44. background: #000;
  45. width: 39px;
  46. height: 1px;
  47. margin: auto;
  48. }
  49. }
  50. }
  51.  
  52. .numberContainer {
  53. width: 50px;
  54. height: 50px;
  55. border-radius: 50%;
  56. display: flex;
  57. background: #F5F5F5;
  58.  
  59. .numberElement {
  60. font-size: 16px;
  61. font-weight: bold;
  62. margin: auto;
  63. }
  64. }
  65. }
  66. }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement