Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  4. font-size: 1rem;
  5. font-weight: 400;
  6. line-height: 1.5;
  7. color: #212529;
  8. text-align: left;
  9. background-color: #fff;
  10. }
  11. * {
  12. font-family: "IBM Plex Sans", sans-serif;
  13. }
  14. *, ::after, ::before {
  15. box-sizing: border-box;
  16. }
  17. user agent stylesheet
  18. body {
  19. display: block;
  20. margin: 8px;
  21. }
  22. :root {
  23. --blue: #007bff;
  24. --indigo: #6610f2;
  25. --purple: #6f42c1;
  26. --pink: #e83e8c;
  27. --red: #dc3545;
  28. --orange: #fd7e14;
  29. --yellow: #ffc107;
  30. --green: #28a745;
  31. --teal: #20c997;
  32. --cyan: #17a2b8;
  33. --white: #fff;
  34. --gray: #6c757d;
  35. --gray-dark: #343a40;
  36. --primary: #007bff;
  37. --secondary: #6c757d;
  38. --success: #28a745;
  39. --info: #17a2b8;
  40. --warning: #ffc107;
  41. --danger: #dc3545;
  42. --light: #f8f9fa;
  43. --dark: #343a40;
  44. --breakpoint-xs: 0;
  45. --breakpoint-sm: 576px;
  46. --breakpoint-md: 768px;
  47. --breakpoint-lg: 992px;
  48. --breakpoint-xl: 1200px;
  49. --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  50. --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  51. }
  52. html {
  53. font-family: sans-serif;
  54. line-height: 1.15;
  55. -webkit-text-size-adjust: 100%;
  56. -webkit-tap-highlight-color: transparent;
  57. }
  58. user agent stylesheet
  59. html {
  60. color: -internal-root-color;
  61. }
  62. *, ::after, ::before {
  63. box-sizing: border-box;
  64. }
  65. *, ::after, ::before {
  66. box-sizing: border-box;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement