html {
	transform: rotateY(900deg) rotateX(0deg) !important;
}

.avatar {
animation-name: floating;
animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.avatar:hover, .fwiendFace:hover {
  animation: 1s linear idk infinite;
}

}
.box>.blogs div:nth-child(2):before {
  background-image: url("/res/new.gif");
  background-size: 32px 16px;
  display: inline-block;
  width: 32px; 
  height: 16px;
  content:"";
  position: relative;
  top: 2px;
}
<div class="url box">
			<div><b>MySpace URL:</b></div>
			<div>
							I am not "Evil Tom"
.logo {
  font-size: 0;
}
 
.logo::after {
  content: url("https://i.imgur.com/qQfxX22.png");
}