Waves

Size
2,865 Kb
Views
4,048

How do I make an waves?

What is a waves? How do you make a waves? This script and codes were developed by Rico Sta. Cruz on 18 January 2023, Wednesday.

Waves Previews

Waves - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Waves</title> <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='box'> <div class='wave -one'></div> <div class='wave -two'></div> <div class='wave -three'></div> <div class='title'>Capacities</div>
</div>
</body>
</html>

Waves - Script Codes CSS Codes

html, body { height: 100%;
}
html { background: #eee;
}
body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.box { width: 300px; height: 300px; border-radius: 5px; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); background: #fbfcee; position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.wave { opacity: .4; position: absolute; top: 3%; left: 50%; background: #0af; width: 500px; height: 500px; margin-left: -250px; margin-top: -250px; -webkit-transform-origin: 50% 48%; transform-origin: 50% 48%; border-radius: 43%; -webkit-animation: drift 3000ms infinite linear; animation: drift 3000ms infinite linear;
}
.wave.-three { -webkit-animation: drift 5000ms infinite linear; animation: drift 5000ms infinite linear;
}
.wave.-two { -webkit-animation: drift 7000ms infinite linear; animation: drift 7000ms infinite linear; opacity: .1; background: yellow;
}
.box:after { content: ''; display: block; left: 0; top: 0; width: 100%; height: 100%; background: -webkit-linear-gradient(top, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5)); background: linear-gradient(to bottom, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5)); z-index: 11; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.title { position: absolute; left: 0; top: 0; width: 100%; z-index: 1; line-height: 300px; text-align: center; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); color: white; text-transform: uppercase; font-family: 'Playfair Display', serif; letter-spacing: .4em; font-size: 24px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); text-indent: .3em;
}
@-webkit-keyframes drift { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } from { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes drift { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } from { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
Waves - Script Codes
Waves - Script Codes
Home Page Home
Developer Rico Sta. Cruz
Username rstacruz
Uploaded January 18, 2023
Rating 3
Size 2,865 Kb
Views 4,048
Do you need developer help for Waves?

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!

Rico Sta. Cruz (rstacruz) Script Codes
Create amazing marketing copy 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!