Category: CSS
Non aggressive shake animation for important buttons
You should not torture your visitors with floating messages about your awesome free newsletter. Maybe try this instead: You’re welcome! š
Cool vaporizing notification for form inputs
Read more and check how cool your forms might be! Click multiple times and ratatatatatatatatata…
Background gallery in pure CSS
In this post you’ll find source of fading background gallery written purely in CSS.
Nice text highlighting effect in CSS
Check demo here:Ā https://jsfiddle.net/fedek6/78mL1ora/
Horizontal color fill loop for a preloader
Here’s a method to create horizontal color fill preloader using svg, js and a bit of CSS. Enjoy: https://jsfiddle.net/fedek6/nd6huxkr/1/
How to position element absolute but inside its container?
This trick will help you place element inside its cointainer using absolute positioning. Very often you want to be very precise when placing elements. It is very hard/impossible when you anchor to entire window because browser resizing is messing everything up. To avoid this, simply setĀ relativeĀ positioning to the wrapper element. Check demo.