Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. @media only screen and (max-width: 900px) {
  2. #top-block {display:none !important;}
  3. }
  4.  
  5. @media only screen and (min-width: 900px) {
  6. #top-block {z-index: 500;background: rgb(255, 255, 255);height:4px;}
  7. #top-block .p-body-inner {display: block;padding-right: 25px !important;max-width: none !important;padding-right: 10em !important;}
  8. #top-block .right {
  9. color: rgb(21, 118, 195) !important;
  10. margin-right:-15px;
  11. background-size: 100%;
  12. background-repeat: no-repeat;
  13. background-position: center;
  14. position: relative;
  15. height: 26px;
  16. min-width: 190px;
  17. display: block;
  18. text-align: center;
  19. line-height: 21px;
  20. background: rgb(255, 255, 255);
  21. border-bottom-left-radius: 100px;
  22. border-bottom-right-radius: 100px;
  23. float: right;
  24. }
  25. #top-block .right img {
  26. position: absolute;
  27. left: 0;
  28. right: 0;
  29. max-width: 90px;
  30. margin: 0 auto;
  31. bottom: -10px;
  32. }
  33. #top-block .right {
  34. font-weight: 500;
  35. text-transform: uppercase;
  36. font-size: 10px;
  37. font-family: 'Montserrat',sans-serif !important;
  38. letter-spacing: 0.5px;
  39. }
  40. }
  41.  
  42. <div id="top-block">
  43. <div class="p-body-inner">
  44. <div class="right">
  45. In Partnership With
  46. <img src="https://i.imgur.com/YOJLkfa.png">
  47. </div>
  48. </div>
  49. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement