Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
#float {
float: left;
width: 100px;
height: 100px;
background: green;
filter: blur(2px);
}
</style>
<p>There should be a blurred green square.</p>
<div id="float"></div>