Advertisement
Guest User

Untitled

a guest
May 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
  2. .popups-right {
  3. background: #f57b20 none repeat scroll 0 0;
  4. border-radius: 40px;
  5. font-family: 'Oswald', sans-serif !important;
  6. color: #fff;
  7. font-size: 26px !important;
  8. text-transform: uppercase !important;
  9. font-weight: bold !important;
  10. right: -120px;
  11. padding: 15px;
  12. position: absolute;
  13. text-align: center;
  14. width: 33%;
  15. line-height: 40px;
  16. }
  17.  
  18. .popups-right::after {
  19. border-left: 0px solid transparent;
  20. border-right: 54px solid transparent;
  21. border-top: 20px solid #f57b20;
  22. bottom: -12px;
  23. content: "";
  24. display: block;
  25. height: 0;
  26. position: absolute;
  27. width: 0;
  28. }
  29.  
  30. <div class="popups-right">
  31. <h3 style="color: #34213e;">ready to get fixed?</h3>
  32. <h3 style="color: #fff;">dont forget to include <br>this form in your order</h3>
  33. <h3 style="color: #fff;">simply click on this image <br>and start typing</h3>
  34. <h3 style="color: #fff;">please mark any areas you see <br>with pins. <span style="color: #34213e;">do not</span> use tape.</h3>
  35. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement