Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. #bandeauPartenaire {
  2. width: 100%;
  3. height: 100%;
  4. background-color: white; }
  5. #bandeauPartenaire p {
  6. color: #2c3e50;
  7. text-transform: uppercase;
  8. font-weight: bold;
  9. width: 90vw;
  10. text-align: center;
  11. font-size: 25px;
  12. margin-top: 5%;
  13. margin-left: auto;
  14. margin-right: auto; }
  15. #bandeauPartenaire .group {
  16. width: 100%;
  17. height: 100%;
  18. padding-top: 10px;
  19. margin-top: -100px; }
  20. #bandeauPartenaire .group .position-partner {
  21. transform: rotate(-90deg);
  22. overflow-x: hidden;
  23. overflow-y: scroll;
  24. width: 30%;
  25. height: 150vh;
  26. padding: 0;
  27. margin-right: auto;
  28. margin-left: auto;
  29. margin-top: -100px;
  30. margin-bottom: 0px; }
  31. #bandeauPartenaire .group .position-partner .logo {
  32. transform: rotate(90deg);
  33. margin-top: auto;
  34. margin-bottom: auto;
  35. width: 10em;
  36. height: 10em;
  37. margin-right: auto;
  38. margin-left: auto;
  39. margin-top: 10%;
  40. background-color: rgba(255, 255, 255, 0.9);
  41. border-radius: 5px;
  42. padding: 0.3em; }
  43. #bandeauPartenaire .group .position-partner .logo img {
  44. width: 100%;
  45. height: 100%;
  46. object-fit: scale-down; }
  47. #bandeauPartenaire .group .position-partner .logo svg {
  48. width: 100%;
  49. height: 100%;
  50. object-fit: scale-down; }
  51.  
  52. ::-webkit-scrollbar {
  53. width: 4px; }
  54.  
  55. ::-webkit-scrollbar-track {
  56. background: #c1ecea; }
  57.  
  58. ::-webkit-scrollbar-thumb {
  59. border-radius: 5px;
  60. background: #2c3e50;
  61. width: 5px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement