Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. p{
  2. color:red;
  3. font-family:Arial;
  4. size:medium;
  5. background-color:green;
  6. border:dashed;
  7. border-color:orange;
  8. border-width:10px;
  9. }
  10. div{
  11. color:white;
  12. font-family:Verdana;
  13. font-size:18px;
  14. background-color:gray;
  15. border:double;
  16. border-color:black;
  17. padding:20px;
  18. cursor:pointer;
  19. margin:10px;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement