Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. div {
  2. width: 300px;
  3. height:300px;
  4. border:1px solid;
  5. color:red
  6. }
  7.  
  8. div:active {
  9. border-style: dashed;
  10. color: green;
  11. cursor: move;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement