Untitled
Anonymous
css
10/16/2023 3:01 PM
320 B
22
Indexable
/*
Caution: the style applied after the page got painted
so for first ms will not effect your content
*/
/* blur */
li,
code,
.panel-body {
filter: blur(4px);
}
/* hide alerts */
#layout-bars {
display: none;
}
Editor is loading...