CSS Heart to X WIP

Developer
Size
1,625 Kb
Views
44,528

How do I make an css heart to x wip?

WIP. What is a css heart to x wip? How do you make a css heart to x wip? This script and codes were developed by Alex Coven on 11 August 2022, Thursday.

CSS Heart to X WIP Previews

CSS Heart to X WIP - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Heart to X WIP</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div> <span></span> <span></span>
</div>
</body>
</html>

CSS Heart to X WIP - Script Codes CSS Codes

body { background: #eee;
}
span { width: 15px; height: 40px; background: hotpink; display: block; border-radius: 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 50%; left: 50%;
}
span:first-child { -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
span:after { content: ''; background: #eee; width: 20px; height: 13px; display: block; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}
div:hover span:after { height: 0px;
}
div:hover span:first-child:after { height: 0px; -webkit-transition-delay: 200ms; transition-delay: 200ms;
}
div:hover { -webkit-transition: all 2s; transition: all 2s;
}
div { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate(180deg); transform: rotate(180deg); position: absolute; top: 50%; left: 50%;
}
CSS Heart to X WIP - Script Codes
CSS Heart to X WIP - Script Codes
Home Page Home
Developer Alex Coven
Username alcoven
Uploaded August 11, 2022
Rating 3
Size 1,625 Kb
Views 44,528
Do you need developer help for CSS Heart to X WIP?

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!

Alex Coven (alcoven) Script Codes
Create amazing SEO content 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!