Split emoji text effect with css

Developer
Size
5,332 Kb
Views
12,144

How do I make an split emoji text effect with css?

You know what's better than 1 emoji? When two become one! Just like the Spice Girls song. T&C: These are terrible cross platform. Zero testing has been done outside of my mac. No promises these will work great on windows (I have been informed some work) also you need to have the latest emojis to fully enjoy.. What is a split emoji text effect with css? How do you make a split emoji text effect with css? This script and codes were developed by Mandy Michael on 16 December 2022, Friday.

Split emoji text effect with css Previews

Split emoji text effect with css - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Split emoji text effect with css</title> <link href='https://fonts.googleapis.com/css?family=Roboto:900,300' 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> <h1 class="titles">The many faces of poop</h1>
<h1 class="poop cool-animals mr-poop">

Split emoji text effect with css - Script Codes CSS Codes

@charset "UTF-8";
html { height: 100%; background: -webkit-radial-gradient(center ellipse, #a1dbff 33%, #49b3d7 99%); background: radial-gradient(ellipse at center, #a1dbff 33%, #49b3d7 99%);
}
body { padding: 2rem; height: 100%;
}
.titles { font-size: 24px; display: block; text-align: left; margin-bottom: 24px;
}
h1 { font-size: 60px; margin: 0; position: relative; text-align: center; display: inline-block;
}
h1:before { content: attr(data-heading); overflow: hidden; position: absolute; left: 0; top: 0; width: 50%; display: inline-block;
}
.butterfly:before { -webkit-filter: hue-rotate(60deg); filter: hue-rotate(60deg);
}
.poop-coloured { -webkit-filter: hue-rotate(270deg); filter: hue-rotate(270deg);
}
.poop-coloured:before { -webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);
}
.fenders-heart:before { -webkit-clip-path: polygon(32% 0%, 100% 70%, 100% 100%, 0 100%, 0 0); clip-path: polygon(32% 0%, 100% 70%, 100% 100%, 0 100%, 0 0); width: auto;
}
.star-heart:before { width: auto; -webkit-clip-path: polygon(50% 22%, 56% 38%, 72% 38%, 58% 48%, 64% 65%, 50% 55%, 37% 65%, 42% 48%, 29% 38%, 44% 38%); clip-path: polygon(50% 22%, 56% 38%, 72% 38%, 58% 48%, 64% 65%, 50% 55%, 37% 65%, 42% 48%, 29% 38%, 44% 38%);
}
.unicorn:before { width: auto; -webkit-clip-path: polygon(0 0, 0 90%, 48% 0); clip-path: polygon(0 0, 0 90%, 48% 0);
}
.floatyman:before { width: auto; -webkit-transform: translate(34%, -32%); transform: translate(34%, -32%);
}
.gentlemen:before { width: auto; -webkit-transform: scale(0.8) translate(0, -65%); transform: scale(0.8) translate(0, -65%);
}
.skeptical:before { width: 100%; height: 52%; -webkit-transform: translateY(-2px); transform: translateY(-2px);
}
.masked-face { font-size: 80px; margin: 0; position: relative; text-align: center; display: inline-block; font-size: 60px;
}
.masked-face:before { content: '
Split emoji text effect with css - Script Codes
Split emoji text effect with css - Script Codes
Home Page Home
Developer Mandy Michael
Username mandymichael
Uploaded December 16, 2022
Rating 4.5
Size 5,332 Kb
Views 12,144
Do you need developer help for Split emoji text effect with css?

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!

Mandy Michael (mandymichael) 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!