Browse Source

Update reset.css

Volodymyr Tkach 2 years ago
parent
commit
7a21ed858d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      css/reset.css

+ 10 - 0
css/reset.css

@@ -17,3 +17,13 @@ body {
 	margin: 0;
 	padding: 0;
 }
+
+.clear::after {
+	clear: both;
+	content: '';
+	display: block;
+	height: 0;
+	line-height: 0;
+	margin: 0;
+	padding: 0;
+}