Guest User

Untitled

a guest
Apr 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. .test {
  5. border-left: 5px solid green;
  6. border-right: 5px solid blue;
  7. border-bottom: 5px solid magenta;
  8. height: 100px;
  9. width: 100px;
  10. background: orange;
  11. }
  12.  
  13. </style>
  14. </head>
  15. <body>
  16.  
  17. <div class="test">foo</div>
  18.  
  19. </body>
  20. </html>
Add Comment
Please, Sign In to add comment