Browse Source

Create reset.css

Volodymyr Tkach 2 years ago
parent
commit
134e2c6999
1 changed files with 19 additions and 0 deletions
  1. 19 0
      css/reset.css

+ 19 - 0
css/reset.css

@@ -0,0 +1,19 @@
+*,
+::after,
+::before {
+	box-sizing: border-box;
+}
+
+html {
+	height: 100%;
+	line-height: 1.15;
+}
+
+body {
+	color: #212529;
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-size: 16px;
+	font-weight: 400;
+	margin: 0;
+	padding: 0;
+}