SMZ

by Maz Soma

HTML

<a href='http://www.blogsmz.com' id='header-logo'><span aria-hidden='true' class='char-e'/><span aria-hidden='true' class='char-h'/><span aria-hidden='true' class='char-p'/><span class='char-symb' title='SMZ'><span/><span class='trip'/><span class='trap'/></span></a>

CSS

body{background:black}
#header-logo {
  position:relative;
  width:84px;
  height:35px;
  display:block;
  margin:10px 30px 5px;
}
@-webkit-keyframes updown {
  0% {top:0}
  100% {top:-5px}
}
@-moz-keyframes updown {
  0% {top:0}
  100% {top:-5px}
}
@-ms-keyframes updown {
  0% {top:0}
  100% {top:-5px}
}
@-o-keyframes updown {
  0% {top:0}
  100% {top:-5px}
}
@keyframes updown {
  0% {top:0}
  100% {top:-5px}
}

#header-logo span,
#header-logo span:before,
#header-logo span:after {
  content:&quot;&quot;;
  position:absolute;
  display:block;
}
#header-logo .char-e{
width:7px;
top:0;
bottom:0;
left:0px;
border:7px solid white;border-right:0
}
#header-logo .char-e:before{
top:7px;
left:0;
width:7px;
border-top:7px solid white
}

#header-logo .char-h {
  width:7px;
  top:0;
  bottom:0;
  left:15px;
  border-left:7px solid white;
  border-right:7px solid white;
}
#header-logo .char-h:before {
  width:7px;
  height:0;
  top:14px;
  border-top:7px solid white;
  left:0;
  right:0;
}
#header-logo .char-p {
  border:7px solid white;
  border-radius:0 10px 0 0;
  border-left:none;
  top:0;
  right:27px;
  bottom:16px;
  left:37px;
  height:15px;
}

#header-logo .char-p:before {
  width:9px;
  height:28px;
  border-left:7px solid white;
  top:0;
  left:0;
}
#header-logo .char-symb {
  position: absolute;
  top: 14px;
  left: 59px;
  width: 35px;
  height: 3px;
  border: 3px solid #5498C9;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border-radius: 52px;
  -webkit-transform: rotate(540deg);
  -moz-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  -o-transform: rotate(540deg);
  transform: rotate(540deg);
}

#header-logo .char-symb:before {
  display: block;
  bottom: 4px;
  left: 4px;
  width: 23px;
  height: 23px;
  border: 2px solid transparent;
  border-bottom-color: white;
  border-left-color: white;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -webkit-transform: rotate(-45deg);
  -moz-transform:...