Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <div class="slider">
  2. <div class="slider__item">
  3. <div class="slider__text">
  4. <p>Some text here</p>
  5. <p>And one more here with other size</p>
  6. </div>
  7. </div>
  8.  
  9. <div class="slider__item">
  10. <div class="slider__text">
  11. <p>The world is your, SQN</p>
  12. <p>And one more here with other size</p>
  13. </div>
  14. </div>
  15.  
  16. <div class="slider__item">
  17. <div class="slider__text">
  18. <p>Change your style</p>
  19. <p>And one more here with other size</p>
  20. </div>
  21. </div>
  22.  
  23. <div class="slider__arrows">
  24. <div class="slider__arrows--left">&#10094;</div>
  25. <div class="slider__arrows--right">&#10095;</div>
  26. </div>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement