Home » Snippets » CSS Soothing clouds CSS Soothing clouds - Snippet --- jQuery jQuery UI Bootstrap Angular Backbone D3 Ember GreenSock TweenMax Handlebars Lodash Modernizr Polymer React React DOM Snap.svg Three.js Underscore Zepto ZingChart --- Bootstrap Foundation Animate.css Preview HTML CSS JS <div id="cloud"><span class="shadow"></span></div> body { background: #ccc; } div#cloud { width: 350px; height: 120px; background: #f2f9fe; background: -moz-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#f2f9fe), color-stop(100%,#d6f0fd)); background: -webkit-linear-gradient(top, #f2f9fe 5%,#d6f0fd 100%); background: -o-linear-gradient(top, #f2f9fe 5%,#d6f0fd 100%); background: -ms-linear-gradient(top, #f2f9fe 5%,#d6f0fd 100%); background: linear-gradient(top, #f2f9fe 5%,#d6f0fd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); position: relative; margin: 120px auto 20px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; } div#cloud:after, div#cloud:before { content: ''; position: absolute; z-indeX: -1; background: #f2f9fe; } div#cloud:after { width: 100px; height: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; top: -50px; left: 50px; } div#cloud:before { width: 180px; height: 180px; -webkit-border-radius: 200px; -moz-border-radius: 200px; border-radius: 200px; top: -90px; right: 50px; } span.shadow { width: 350px; position: absolute; bottom: -10px; background: black; z-index: -1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 0px 25px 8px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 25px 8px rgba(0,0,0,0.4); box-shadow: 0px 0px 25px 8px rgba(0,0,0,0.4); } Tutorials Palace 17 December, 2018 No Comments 183 Views CSS Soothing clouds CSS Icons CSS Icons Download CSS Soothing clouds Code Fullscreen Tutor Play Walkthrough Related Snippets Box Shadow Editor Canvas Particles Emission Dripping Paint CSS3 Animation National flag of Mongolia Particles Emission Based on Mouse Moves Custom Cursor Images with CSS Particle System Leaving Trails CSS3 LT Form Particles Gravity Effect Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Name * Email * Website Notify me of new posts by email.