Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. .container-fluid.blue-bg
  2. .container
  3. h2.pb-3.pt-2 Vertical Left-Right Timeline
  4.  
  5. //first section
  6. .row.align-items-center.how-it-works
  7. .col-2.text-center.bottom
  8. .circle 1
  9. .col-6
  10. h5 Fully Responsive
  11. p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor gravida aliquam. Morbi orci urna, iaculis in ligula et, posuere interdum lectus.
  12.  
  13.  
  14. //path between 1-2
  15. .row.timeline
  16. .col-2
  17. .corner.top-right
  18. .col-8
  19. hr
  20. .col-2
  21. .corner.left-bottom
  22.  
  23. //second section
  24. .row.align-items-center.justify-content-end.how-it-works
  25. .col-6.text-right
  26. h5 Using Bootstrap
  27. p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor gravida aliquam. Morbi orci urna, iaculis in ligula et, posuere interdum lectus.
  28. .col-2.text-center.full
  29. .circle 2
  30.  
  31. //path between 2-3
  32. .row.timeline
  33. .col-2
  34. .corner.right-bottom
  35. .col-8
  36. hr
  37. .col-2
  38. .corner.top-left
  39.  
  40. //third section
  41. .row.align-items-center.how-it-works
  42. .col-2.text-center.top
  43. .circle 3
  44. .col-6
  45. h5 Now with Pug and Sass
  46. p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed porttitor gravida aliquam. Morbi orci urna, iaculis in ligula et, posuere interdum lectus.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement