Logo Jopbox cloud
design by @mrjopino
<!--Logo2 Nube Storage Jopbox ❤ by @mrjopino -- >
<!-- Logo2 Nube Storage Jopbox ❤ by @mrjopino -->
<div class="logo">
<div class="nube">
</div>
/* Storage jopbox */
/* Storage jopbox */
body{
background: #FD2D65;
margin: 0 auto;
padding: 20px;
width: 250px;
}
.logo{
background: #3293d9;
/* Compatibilidades de logo */
background: linear-gradient(top, #3293d9 0%, #0a6db9 100%);
background: gradient(linear, left top, left bottom, color-stop(0%,#3293d9), color-stop(100%,#0a6db9));
background: linear-gradient(top, #3293d9 0%,#0a6db9 100%);
background: linear-gradient(top, #3293d9 0%,#0a6db9 100%);
background: linear-gradient(top, #3293d9 0%,#0a6db9 100%);
background: linear-gradient(to bottom, #3293d9 0%,#0a6db9 100%);
width:160px;
height:160px;
margin: 2% auto;
position: absolute;
border-radius: 100px;
box-shadow: 0 0 15px #000;
}
.nube{
width:90px;
height:35px;
border-radius:30px;
position:absolute;
background:#fff;
top:75px;
left:35px;
}
.nube:after {
content:'';
width:60px;
height:50px;
border-radius:100%;
background:#fff;
position:absolute;
top:-25px;
left:15px;
}