Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <style>
  6.  
  7.  
  8. .linie{
  9. width: 1px;
  10. height: 50%;
  11. float: left;
  12.  
  13. position: absolute;
  14. background: linear-gradient(to bottom, blue, white ,blue, white);
  15. }
  16. </style>
  17. </head>
  18.  
  19. <body>
  20.  
  21. <div class="linie">
  22. </div>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement