base64 testing image

by burktelefon

HTML

<div class="pre">
ddd<img...

CSS

.pre {
  display: inline;
  background: -moz-linear-gradient(left, #9a27ae 0%, #46225b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #9a27ae), color-stop(100%, #46225b));
  background: -webkit-linear-gradient(left, #9a27ae 0%, #46225b 100%);
  background: -o-linear-gradient(left, #9a27ae 0%, #46225b 100%);
  background: -ms-linear-gradient(left, #9a27ae 0%, #46225b 100%);
  background: linear-gradient(to right, #9a27ae 0%, #46225b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a27ae', endColorstr='#46225b', GradientType=1 );
}

.post {
  float: right;
  display: inline;
  background: #121212;
  width: 100px;
  height: 14px;
}
img {
  float: right;
}