Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /**
  2. * yet another exercise
  3. */
  4. .box1 {
  5. border-width: 10px 25px;
  6. border-left-width: 70px;
  7. border-style: ridge;
  8. border-color: red blue green;
  9. color: blue;
  10. padding: 10px;
  11. width: 50%;
  12. height:50px;
  13. margin: 10px 300px 20px 300px;
  14. overflow: auto;
  15. }
  16. .box2 {
  17. border-style: dotted;
  18. border-width: 1px;
  19. border-color: red;
  20. padding:10px;
  21. margin-top: 20px;
  22. overflow: scroll;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement