diff --git a/_posts/2015-03-28-css-filters.md b/_posts/2015-03-28-css-filters.md
index 1f7eef6..42a1218 100644
--- a/_posts/2015-03-28-css-filters.md
+++ b/_posts/2015-03-28-css-filters.md
@@ -53,6 +53,7 @@ I group filters by the type of value they take, let's explain them briefly:
###hue-rotate
If you're familiar with [Hue](https://en.wikipedia.org/wiki/Hue) you probably know that it's measured by angles. The hue-rotate rotates the hue circle of an image relative to it's current hue value (360 and 0 have the same results).
+
##Special
@@ -115,6 +116,7 @@ filter: contrast(2) blur(10px);
Hey browser, please double the contrast of my element, then blur it out. (high contrast image is blurred normally)
Here is the actual comparison:
+
##Inheritance