Css text wave

Developer
Size
1,906 Kb
Views
8,096

How do I make an css text wave?

CSS demo style text wave.. What is a css text wave? How do you make a css text wave? This script and codes were developed by Kevin Alford on 07 January 2023, Saturday.

Css text wave Previews

Css text wave - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>css text wave</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="card_wrapper">	<h1 id="main_heading">	<div id="l1" class="waving">M</div>	<div id="l2" class="waving">e</div>	<div id="l3" class="waving">r</div>	<div id="l4" class="waving">r</div>	<div id="l1" class="waving">y</div>	<div id="xx" class="waving">&nbsp;&nbsp;</div>	<div id="l2" class="waving">C</div>	<div id="l3" class="waving">S</div>	<div id="l4" class="waving">S</div>	<div id="l1" class="waving">3</div>	<div id="l2" class="waving">m</div>	<div id="l3" class="waving">a</div>	<div id="l4" class="waving">s</div>	<div id="l1" class="waving">!</div>	</h1>
</div>
</body>
</html>

Css text wave - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Princess+Sofia);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC);
body {	background: #222; color: #eee;	font-size: 40px;	font-family: 'Amatic SC';
}
#card_wrapper {	width: 700px;	height: 100px;	position: relative;	margin: 20px auto; /* auto will horizontally center div#card_wrapper*/	background-image: url(/img/card_assets/backgrounds/4.png);
}
#main_heading {	position: absolute;	left: 80px;	text-shadow: 0px 2px 3px rgba(2,2,2,0.5);
}
#main_heading div {	position: relative;	float: left;
}
.waving { -webkit-animation:sliding 4s infinite; /* Safari and Chrome */ -webkit-animation-timing-function:ease-in-out;
}
#l1 {
-webkit-animation-delay:-1s; /* Safari and Chrome */
}
#l2 {
-webkit-animation-delay:-2s; /* Safari and Chrome */
}
#l3 {
-webkit-animation-delay:-3s; /* Safari and Chrome */
}
#l4 {
-webkit-animation-delay:-4s; /* Safari and Chrome */
}
@-webkit-keyframes sliding /* Safari and Chrome */
{
0% {top:0px;}
50% {top:40px;}
}
Css text wave - Script Codes
Css text wave - Script Codes
Home Page Home
Developer Kevin Alford
Username zeroeth
Uploaded January 07, 2023
Rating 3
Size 1,906 Kb
Views 8,096
Do you need developer help for Css text wave?

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!

Kevin Alford (zeroeth) Script Codes
Create amazing sales emails 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!