Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <!-- CSS -->
  2. @media only screen and (max-width: 900px) {#top-block {display:none !important;}}
  3. @media only screen and (min-width: 900px) {
  4. #top-block{z-index:500;background:#fff;height:4px}#top-block .p-body-inner{display:block;padding-right:25px!important;max-width:none!important;padding-right:10em!important}#top-block .right{color:#1576c3!important;margin-right:-15px;background-size:100%;background-repeat:no-repeat;background-position:center;position:relative;height:26px;min-width:190px;display:block;text-align:center;line-height:21px;background:#fff;border-bottom-left-radius:100px;border-bottom-right-radius:100px;float:right}#top-block .right img{position:absolute;left:0;right:0;max-width:90px;margin:0 auto;bottom:-10px}#top-block .right{font-weight:500;text-transform:uppercase;font-size:10px;font-family:Montserrat,sans-serif!important;letter-spacing:.5px}
  5. }
  6.  
  7. <!-- HTML -->
  8. <div id="top-block">
  9. <div class="p-body-inner">
  10. <div class="right">
  11. In Partnership With
  12. <img src="https://i.imgur.com/YOJLkfa.png">
  13. </div>
  14. </div>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement