On Hover Spinning Text

Developer
Size
1,715 Kb
Views
12,144

How do I make an on hover spinning text?

A CSS transition is changing the color, text-shadow and the transform properties of the . What is a on hover spinning text? How do you make a on hover spinning text? This script and codes were developed by Oliver Pope on 22 November 2022, Tuesday.

On Hover Spinning Text Previews

On Hover Spinning Text - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>On Hover Spinning Text</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Hello World!</h1>
</body>
</html>

On Hover Spinning Text - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Cantora+One);
body { background-color: #ecf0f1;
}
h1 { font-family: "Cantora One"; font-size: 5em; font-weight: 400; text-align: center; color: #3498db; text-shadow: 2px 1px #2980b9, 3px 2px #2980b9, 4px 3px #2980b9, 5px 4px #2980b9, 6px 5px #2980b9, 7px 6px #2980b9; transition: width 2s, height 2s, color 5s, text-shadow 2s; -webkit-transition: width 2s, height 2s, -webkit-transform 2s, color 2s, text-shadow 2s;
}
h1:hover {
transform:rotate(180deg);
-webkit-transform:rotate(180deg); /* Safari */ color: #e67e22; text-shadow: 2px 1px #d35400, 3px 2px #d35400, 4px 3px #d35400, 5px 4px #d35400, 6px 5px #d35400, 7px 6px #d35400;
}
On Hover Spinning Text - Script Codes
On Hover Spinning Text - Script Codes
Home Page Home
Developer Oliver Pope
Username owebboy
Uploaded November 22, 2022
Rating 3
Size 1,715 Kb
Views 12,144
Do you need developer help for On Hover Spinning Text?

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!

Oliver Pope (owebboy) Script Codes
Create amazing art & images 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!