Guest User

Untitled

a guest
May 23rd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. * {
  2. box-sizing: border-box;
  3. }
  4.  
  5. html, body{
  6. height: auto;
  7. min-height: 100%;
  8. -webkit-font-smoothing: antialiased;
  9. -moz-osx-font-smoothing: grayscale;
  10. }
  11.  
  12. body, h1, h2, h3, h4, h5, h6, p{ margin: 0; }
  13.  
  14. img{
  15. display: block;
  16. max-width: 100%;
  17. pointer-events: none;
  18. }
  19.  
  20. video{ pointer-events: none; }
  21.  
  22. input, textarea, select{
  23. font-size: 100%;
  24. appearance: none;
  25.  
  26. &:focus{ outline: none; }
  27. }
  28.  
  29. ul, ol{
  30. margin: 0;
  31. padding: 0;
  32. }
  33.  
  34. li { list-style: none; }
  35.  
  36. video{ width: 100%; }
  37.  
  38. table{
  39. border: none;
  40. border-collapse: collapse;
  41. width: 100%;
  42. }
  43.  
  44. form{
  45. width: 100%;
  46. border: none;
  47. }
  48.  
  49. fieldset{ border: none; }
Add Comment
Please, Sign In to add comment