Vertically rotating text with CSS

Size
2,156 Kb
Views
6,072

How do I make an vertically rotating text with css?

What is a vertically rotating text with css? How do you make a vertically rotating text with css? This script and codes were developed by Amin Poursaied on 29 January 2023, Sunday.

Vertically rotating text with CSS Previews

Vertically rotating text with CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Vertically rotating text with CSS</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { padding: 2em 5em; font: normal 40px/50px Arial, sans-serif; color: #999;
}
p { height: 50px; float: left; margin-right: 0.3em;
}
b { float: left; overflow: hidden; position: relative; height: 50px;
}
span1 { display: inline-block; color: #e74c3c; position: relative; white-space: nowrap; top: 0; left: 0; animation: move 5s; animation-iteration-count: infinite;
animation-delay: 1s;
}
@keyframes move {
0% { top: 0px; }
20% { top: -50px; }
40% { top: -100px; }
60% { top: -150px; }
80% { top: -200px; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <p>I'm a</p>
<b> <span1> web developer<br /> css cowboy<br /> self-facilitating media node<br /> box inside a box<br /> part of the problem </span1>
</b> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Vertically rotating text with CSS - Script Codes CSS Codes

body { padding: 2em 5em; font: normal 40px/50px Arial, sans-serif; color: #999;
}
p { height: 50px; float: left; margin-right: 0.3em;
}
b { float: left; overflow: hidden; position: relative; height: 50px;
}
span1 { display: inline-block; color: #e74c3c; position: relative; white-space: nowrap; top: 0; left: 0; animation: move 5s; animation-iteration-count: infinite;
animation-delay: 1s;
}
@keyframes move {
0% { top: 0px; }
20% { top: -50px; }
40% { top: -100px; }
60% { top: -150px; }
80% { top: -200px; }
}
Vertically rotating text with CSS - Script Codes
Vertically rotating text with CSS - Script Codes
Home Page Home
Developer Amin Poursaied
Username arasdesign
Uploaded January 29, 2023
Rating 3
Size 2,156 Kb
Views 6,072
Do you need developer help for Vertically rotating text 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!

Amin Poursaied (arasdesign) 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!