Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. div {
  2. box-shadow: 10px 10px 5px #888888;
  3. }
  4. p {
  5. text-shadow: 2px 2px deeppink;
  6. }
  7. a:hover {
  8. color: red;
  9. transition: all 0.2s linear;
  10. }
  11. @media screen and (max-width: 800px) and (max-height: 800px) {
  12. body {
  13. background-color: black;
  14. color: white;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement