Advertisement
petar_bonov

related phones by price (html + css) - mobile

Dec 5th, 2019
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. <b>€&thinsp;690.00</b> /* goes inside <a>, after <strong> */
  2.  
  3. .alternatives .scroller-phones a {
  4.     position: relative;
  5. }
  6.  
  7. .alternatives .scroller-phones a span {
  8.     margin-bottom: 20px;
  9. }
  10.  
  11. .alternatives .scroller-phones a b {
  12.     font: 700 16px/24px Arial,sans-serif;
  13.     color: white;
  14.     background-color: rgba(64,64,64,0.7);
  15.     position: absolute;
  16.     right: 13px;
  17.     top: 130px;
  18.     padding: 0 5px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement