Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <style>
  2.  
  3. .pos_left{
  4.  
  5. color: #f00;
  6. width: 40%;
  7. }
  8.  
  9. .pos_right{
  10.  
  11. color: #f00;
  12. width: 40%;
  13. }
  14. span{
  15. width: 10%;
  16. }
  17.  
  18.  
  19. .line{
  20. position: absolute;
  21. top: 10%;
  22. width: 40%;
  23. display: flex;
  24. flex-wrap: wrap;
  25. }
  26.  
  27. </style>
  28.  
  29. <div class='line'>
  30. <hr class='pos_left'><span>Day 1</span><hr
  31. class='pos_right'>
  32. </div>
Add Comment
Please, Sign In to add comment