JSFiddle - React, Tailwind, and code Playground

by first web

HTML

<div class="separator" style="clear: both; text-align: center;font-weight: bold;color: #444;">
Blur تأثير الضباب
</div>    
<br />
<br />
<div class="separator" style="clear: both; text-align: center;">
  <div id='first1web'>
<a style="margin-left: 1em; margin-right: 1em;"><img alt="first web"  src="http://im43.gulfup.com/wsvKRb.png" height="400" style="border: none;" width="680" /></a></div>
</div>

<div class='credit'   >
  <a class='blog-link' href='http://www.first1web.com/2015/06/Hover-effect-on-the-images-in-blur.html' target='_blank'>عودة للموضوع</a>
</div>

CSS

.credit{
  text-align:center;
  margin:20px 0;
}
.blog-link{
color:#fff;
font-weight: bold;
text-decoration:none;
background:#eee;
background-size:40px;
line-height:50px;
display:inline-block;
padding:0 10px;
border-radius:4px;
border-bottom:3px solid #ddd;
color:#333;
font-family:'open sans',sans-serif;
margin:10px;
}
#first1web {
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -o-transition: all .5s;
 -ms-transition: all .5s;
 transition: all .5s;
 }
 #first1web :hover {
 -webkit-filter: blur(3px);}