Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. <figure class="animation-booking clearfix">
  2. <img src="<?php bloginfo('template_directory'); ?>/casepages/d-reizen/images/animation-filter.jpg" alt="" class="hotel-filter">
  3. <img src="<?php bloginfo('template_directory'); ?>/casepages/d-reizen/images/animation-holet-list.png" alt="" class="hotel-list js-hotel-list">
  4. <img src="<?php bloginfo('template_directory'); ?>/casepages/d-reizen/images/animation-hotel-detail.png" alt="" class="hotel-detail js-hotel-detail">
  5. <img src="<?php bloginfo('template_directory'); ?>/casepages/d-reizen/images/animation-best-deal.jpg" altz="" class="best-deal">
  6. <img src="<?php bloginfo('template_directory'); ?>/casepages/d-reizen/images/animation-small-screen.png" altz="" class="booking-small">
  7. <figcaption class="icon-load icon-arrow">Filteren en meer informatie over je bestemming. Allemaal op dezelfde pagina.</figcaption>
  8. </figure>
  9.  
  10. @media only screen and (max-width: 600px){
  11. top: 85px;
  12. left: 175px;
  13. -ms-transform: rotate(290deg) scaleX(-1);
  14. -webkit-transform: rotate(290deg) scaleX(-1);
  15. transform: rotate(290deg) scaleX(-1);
  16. font-size: 2em;
  17. position: absolute;
  18. font-family: 'icomoon';
  19. speak: none;
  20. font-style: normal;
  21. font-weight: normal;
  22. font-variant: normal;
  23. text-transform: none;
  24. line-height: 1;
  25. -webkit-font-smoothing: antialiased;
  26. -moz-osx-font-smoothing: grayscale;
  27. }
  28.  
  29. @media screen and (max-width:600px) and (min-width:0) {
  30.  
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement