Clouds

Developer
Size
1,773 Kb
Views
14,168

How do I make an clouds?

Work in progress. What is a clouds? How do you make a clouds? This script and codes were developed by Jeya Karthika on 28 November 2022, Monday.

Clouds Previews

Clouds - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Clouds</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id = "cloud"> <span class='shadow'></span>
</div>
</body>
</html>

Clouds - Script Codes CSS Codes

body {	background: #ACEAFF;
}
#cloud {	width: 350px; height: 120px; background: #f2f9fe; background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #f2f9fe), to(#d6f0fd)); background: -webkit-linear-gradient(#f2f9fe 5%, #d6f0fd 100%); background: -moz-linear-gradient(#f2f9fe 5%, #d6f0fd 100%); background: -o-linear-gradient(#f2f9fe 5%, #d6f0fd 100%); background: linear-gradient(#f2f9fe 5%, #d6f0fd 100%); border-radius: 100px; position: relative; margin: 180px auto 100px;
}
#cloud:after, #cloud:before { content: ""; position: absolute; background: #f2f9fe; z-index: -1;
}
#cloud:after { width: 100px; height: 100px; top: -50px; left: 50px; border-radius: 100px;
}
#cloud:before { width: 180px; height: 180px; top: -90px; right: 50px; border-radius: 200px;
}
.shadow { width: 300px; position: absolute; bottom: -10px; left: 20px; background: #000; z-index: -1; -webkit-box-shadow: 0 0 25px 8px rgba(0,0,0,0.4); box-shadow: 0 0 25px 3px rgba(0,0,0,0.3); border-radius: 50%;
}
Clouds - Script Codes
Clouds - Script Codes
Home Page Home
Developer Jeya Karthika
Username jeyakarthika
Uploaded November 28, 2022
Rating 4
Size 1,773 Kb
Views 14,168
Do you need developer help for Clouds?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jeya Karthika (jeyakarthika) Script Codes
Create amazing web content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!