5 CSS Properties You May Not Know
1. all property
The all property resets every other property (apart from unicode-bidi and direction) properties to their initial or inherited state.
.-reset {
all: initial;
}
2. calc property
The calc() function can be used to create values. For e...
blog.furkanozbek.com1 min read