Text Slice CSS3

Developer
Size
2,067 Kb
Views
16,192

How do I make an text slice css3?

Sord slice in half. What is a text slice css3? How do you make a text slice css3? This script and codes were developed by Jovan on 08 November 2022, Tuesday.

Text Slice CSS3 Previews

Text Slice CSS3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Text Slice CSS3</title> <link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <audio controls autoplay> <source src="https://www.freesfx.co.uk/rx2/mp3s/6/18028_1464273827.mp3" type="audio/mpeg" >
</audio>
<div class="sord"></div>
<div class="line"></div>
<div class="wrap"> <div class="textWrap"> <p class="top">Kill Bill</p> </div> <div class="textWrap"> <p class="bottom">Kill Bill</p> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.min.js'></script>
</body>
</html>

Text Slice CSS3 - Script Codes CSS Codes

body {	background: #1a1a1a;	overflow: hidden;
}
audio { display: none;
}
.wrap {	text-align: center;	margin-top: 50px;	font-size: 7em;	color: #fff11b;
}
p {	font-family: 'Bangers', cursive;
}
.textWrap {	overflow: hidden;	height: 69px;
}
.top {	margin-top: 0px;
}
.bottom {	margin-top: -68px;	animation: bottomSlice .8s ease-in-out;	transform: rotate(1deg);	margin-left: 15px;	color: red;
}
.sord {	width: 15px;	height: 4px;	border-radius: 100%;	position: absolute;	top: 115px; left: 20%;	opacity: 0;	background: #fafafa;	box-shadow: 150px 50px 50px #fff;	animation: slice .4s ease-in-out; z-index: 3;
}
.line {	width: 1000px;	height: 7px;	background: #1a1a1a;	position: absolute;	top: 115px;	left: 20%;	animation: space .4s ease-in-out;
}
@keyframes slice {	0% {	left: 20%;	top: 115px;	}	10% {	opacity: 1;	}	50% {	left: 1231px;	opacity: 1;	}	100% {	opacity: 0;	left: 1231px;	}
}
@keyframes bottomSlice {	0% {	margin-left: 0px;	transform: rotate(0deg);	color: #fff11b;	}	100% {	margin-left: 15px;	transform: rotate(1deg);	color: red;	}
}
@keyframes space {	0% {	width: 0px;	height: 0px;	}	70% {	width: 500px;	}
}
Text Slice CSS3 - Script Codes
Text Slice CSS3 - Script Codes
Home Page Home
Developer Jovan
Username DeepsyMusic
Uploaded November 08, 2022
Rating 3
Size 2,067 Kb
Views 16,192
Do you need developer help for Text Slice CSS3?

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!

Jovan (DeepsyMusic) Script Codes
Create amazing blog posts 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!