Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. -webkit-border-radius: 8px;
  2. -moz-border-radius: 8px;
  3. border-radius: 8px;
  4.  
  5. -moz-margin:-4px;
  6. margin: 1px;
  7.  
  8. @-moz-document url-prefix(){
  9. body {
  10. color: #000;
  11. }
  12. div{
  13. margin:-4px;
  14. }
  15. }
  16.  
  17. @media screen and (-webkit-min-device-pixel-ratio:0) {
  18. body {
  19. color: #90f;
  20. }
  21. }
  22.  
  23. <!--[if IE 9]>
  24. body {
  25. background:red;
  26. }
  27. <![endif]-->
  28.  
  29. <!--[if IE 6]>
  30. <link rel="stylesheet" type="text/css" href="iespecific.css" />
  31. <![endif]-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement