UI - Blur
About
blur is a graphic filter that made the text unreadable. It's used commonly with a login page to give focus.
blur as event is defined as the opposite of a focus event
Example
<div style="filter: blur(2px);">
<h2>Hello Nico</h2>
</div>