From 17153da3821437ddef615fa9c5aac53173942cbc Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 29 Mar 2015 10:58:44 +0430 Subject: [PATCH] [css-filters] small fix --- _posts/2015-03-28-css-filters.md | 2 ++ 1 file changed, 2 insertions(+) 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