<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-wrapper {
   position: relative;
   float: left;
   margin: 0.5em;
   overflow: hidden;
}
.blog-wrapper a{
   display: block;
   width: 100%;
   height: 100%;
   color: #EA89A4;
   text-decoration: none;
   outline: 0;
  }
 .blog-wrapper img {
   display: block;
   height: 200px;
   margin: 0;
   padding: 3px;
   border: 1px solid #ccc;
   background: #fff;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   transition: all .2s;
   -o-transition: all .2s;
   -ie-transition: all .2s;
   -moz-transition: all .2s;
   -webkit-transition: all .2s;
}

.blog-wrapper span{
   position: absolute;
   left: 4px;
   bottom: 4px;
   right: 4px;
   display: block;
   padding: 2px 4px;
   font-size: 12px;
   color: #fff;
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.5);
   line-height: 1.3;
   opacity: 0;
   filter: alpha(opacity=0);
   transition: all .2s;
   -o-transition: all .2s;
   -ie-transition: all .2s;
   -moz-transition: all .2s;
   -webkit-transition: all .2s;
   opacity: 1;
 }</pre></body></html>