Cloud upload

Developer
Size
2,774 Kb
Views
28,336

How do I make an cloud upload?

What is a cloud upload? How do you make a cloud upload? This script and codes were developed by Jaflo on 12 September 2022, Monday.

Cloud upload Previews

Cloud upload - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Cloud upload</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ #cloud { font-size: 40px; width: 3.5em; height: 1.2em;	background: dodgerblue;	border-radius: 1em;	position: relative;	margin: 120px auto 20px;
}
#cloud b, #cloud i {	content: '';	position: absolute;	background: inherit;	z-index: -1;
}
#cloud b {	width: 1em; height: 1em;	top: -0.5em; left: 0.5em;	border-radius: 1em;
}
#cloud i {	width: 1.8em; height: 1.8em;	top: -0.9em; right: 0.5em;	border-radius: 2em;
}
#arrow {	width: 0;	height: 0; font-size: 5em;	border-left: 0.3em solid transparent;	border-right: 0.3em solid transparent;	border-bottom: 0.3em solid white; position: absolute; right: 50%; margin-right: -0.3em; margin-top: -0.75em; animation: move 1.5s infinite ease-in-out; opacity: 1;
}
#arrow i {	width: 0.3em;	height: 0.35em; display: block; background: white; margin-left: -0.15em; margin-top: 0.15em;
}
@keyframes move { 0% {margin-top: -0.2em; /*opacity: 0;*/} 50% {/*opacity: 1;*/} 100% {margin-top: -2em; /*opacity: 0;*/}
}
#check { font-size: 3em; text-align: center; margin: auto; margin-top: -1.75em; width: 0.9em; color: white; position: absolute; margin-right: -0.5em; right: 50%; opacity: 0;
}
#arrow.done { opacity: 0 !important; transition: opacity .3s;
}
#check.done { opacity: 1; transition: opacity .3s;
}
#toggle { text-align: center; margin: 60px auto; color: white; background: tomato; width: 120px; height: 50px; line-height: 50px; font-family: sans-serif;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div id="cloud"> <i></i><b></b>
</div>
<div id="arrow"><i></i></div>
<div id="check">&#10003;</div>
<div id="toggle">Change state</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Cloud upload - Script Codes CSS Codes

#cloud { font-size: 40px; width: 3.5em; height: 1.2em;	background: dodgerblue;	border-radius: 1em;	position: relative;	margin: 120px auto 20px;
}
#cloud b, #cloud i {	content: '';	position: absolute;	background: inherit;	z-index: -1;
}
#cloud b {	width: 1em; height: 1em;	top: -0.5em; left: 0.5em;	border-radius: 1em;
}
#cloud i {	width: 1.8em; height: 1.8em;	top: -0.9em; right: 0.5em;	border-radius: 2em;
}
#arrow {	width: 0;	height: 0; font-size: 5em;	border-left: 0.3em solid transparent;	border-right: 0.3em solid transparent;	border-bottom: 0.3em solid white; position: absolute; right: 50%; margin-right: -0.3em; margin-top: -0.75em; animation: move 1.5s infinite ease-in-out; opacity: 1;
}
#arrow i {	width: 0.3em;	height: 0.35em; display: block; background: white; margin-left: -0.15em; margin-top: 0.15em;
}
@keyframes move { 0% {margin-top: -0.2em; /*opacity: 0;*/} 50% {/*opacity: 1;*/} 100% {margin-top: -2em; /*opacity: 0;*/}
}
#check { font-size: 3em; text-align: center; margin: auto; margin-top: -1.75em; width: 0.9em; color: white; position: absolute; margin-right: -0.5em; right: 50%; opacity: 0;
}
#arrow.done { opacity: 0 !important; transition: opacity .3s;
}
#check.done { opacity: 1; transition: opacity .3s;
}
#toggle { text-align: center; margin: 60px auto; color: white; background: tomato; width: 120px; height: 50px; line-height: 50px; font-family: sans-serif;
}

Cloud upload - Script Codes JS Codes

$("#toggle").click(function() { $("#arrow, #check").toggleClass("done");
});
Cloud upload - Script Codes
Cloud upload - Script Codes
Home Page Home
Developer Jaflo
Username jaflo
Uploaded September 12, 2022
Rating 4.5
Size 2,774 Kb
Views 28,336
Do you need developer help for Cloud upload?

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!

Jaflo (jaflo) Script Codes
Create amazing captions 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!