Logo Jopbox love
by @mrjopino
by @mrjopino
<!--Logo Nube Storage Jopbox ❤ by @mrjopino -- >
<!-- Logo Nube Storage Jopbox ❤ by @mrjopino -->
<div class="logo">
<div class="corazon">❤❤</div>
<div id="animacion"><i></i></div>
<h1>✖</h1>
/* Storage jopbox */
/* Storage jopbox */
@import url(http://fonts.googleapis.com/css?family=Lobster|Titan+One);
.logo {
margin:50px 195px;
width:160px;
height:160px;
border-radius:100%;
margin: 2% auto;
text-shadow: 1px 2px 1px rgba(0,0,0,.4); /* Sombrita */
/* Compatibilidades de logo */
background-image: linear-gradient(bottom, #FD2D65 0%, #FF5E3A 100%);
background-image: linear-gradient(bottom, #FD2D65 0%, #FF5E3A 100%);
background-image: linear-gradient(bottom, #FD2D65 0%, #FF5E3A 100%);
background-image: gradient(linear, left bottom, left top, color-stop(0, #FD2D65), color-stop(1, #FF5E3A));
background-image: linear-gradient(bottom, #FD2D65 0%, #FF5E3A 100%);
background-image: linear-gradient(to top, #FD2D65 0%, #FF5E3A 100%);
position:relative;
overflow:hidden;
}
h1 {
font: 40px Lobster;
color: white;
text-align: center;
margin-right: 13px;
margin: 5% auto 0;
opacity: 1;
}
h1:hover {
text-shadow: 2px 2px 50px white;
}
div:hover {
text-shadow: 2px 2px 50px white;
}
.nube{
width:90px;
height:35px;
border-radius:30px;
position:absolute;
background:#fff;
top:75px;
left:35px;
text-shadow: 1px 2px 1px rgba(0,0,0,.4); /* Sombrita */
}
.nube:after {
content:'';
width:60px;
height:50px;
border-radius:100%;
background:#fff;
position:absolute;
top:-25px;
left:15px;
}
.corazon {
text-align:center;
margin:auto;
font-family: Titan One;
font-size:60px;
color: #e8367f;
margin: 2% auto 0;
}
#animacion {
width: 0;
height: 0;
right: 50%;
font-size: 5em;
border-left: 0.3em solid transparent;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid white;
position: absolute;
margin-right: -0.3em;
margin-top: -0.75em;
animation: move 1.5s infinite ease-in-out;
opacity: 1;
}
#animacion i {
width: 0.3em;
height: 0.35em;
display: block;
background: white;
margin-left: -0.15em;
margin-top: 0.15em;
}
/* El Keyframe movimiento */
@keyframes move {
10% {margin-top: -0.2em; /*opacity: 1;*/}
50% {/*opacity: 1;*/}
100% {margin-top: -0em; opacity: 0;}
}