Challenge Reveal... with a twist.

Developer
Size
2,306 Kb
Views
22,264

How do I make an challenge reveal... with a twist.?

What is a challenge reveal... with a twist.? How do you make a challenge reveal... with a twist.? This script and codes were developed by Robert on 04 September 2022, Sunday.

Challenge Reveal... with a twist. Previews

Challenge Reveal... with a twist. - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Challenge Reveal... with a twist.</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="sign"> <h1>These are the</h1> <h1>GOOD Times!</h1> </div> <div class="banner moveLeft"> <h1 class="top">RR-007</h1> </div> <div class="banner moveRight"> <h1 class="bottom">RR-007</h1> </div>
</div>
</body>
</html>

Challenge Reveal... with a twist. - Script Codes CSS Codes

body { background: pink;
}
.container { background: pink; width: 1900px; height: 480px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); overflow: hidden;
}
.banner { background: cyan; height: 50%; width: 1900px; font-size: 5em; text-align: center; overflow: hidden; padding: 0px; margin: 0px; overflow: hidden;
}
.sign { position: absolute; width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1;
}
.sign > h1 { padding: 0px; margin: 0px; text-align: center; line-height: 80px; font-size: 5em;
}
.top, .bottom { padding: 0px; margin: 0px;
}
.top { margin-top: 130px;
}
.bottom { margin-top: -110px;
}
.moveLeft { -webkit-animation: 5s moveItLeft infinite ease; animation: 5s moveItLeft infinite ease; -webkit-animation-delay: 5s; animation-delay: 5s;
}
.moveRight { -webkit-animation: 5s moveItRight infinite ease; animation: 5s moveItRight infinite ease; -webkit-animation-delay: 5s; animation-delay: 5s;
}
@-webkit-keyframes moveItLeft { 0% { margin-left: 0px; } 40% { margin-left: 0px; } 80% { margin-left: -2000px; } 100% { margin-left: 0px; }
}
@keyframes moveItLeft { 0% { margin-left: 0px; } 40% { margin-left: 0px; } 80% { margin-left: -2000px; } 100% { margin-left: 0px; }
}
@-webkit-keyframes moveItRight { 0% { margin-left: 0px; } 40% { margin-left: 0px; } 80% { margin-left: 2000px; } 100% { margin-left: 0px; }
}
@keyframes moveItRight { 0% { margin-left: 0px; } 40% { margin-left: 0px; } 80% { margin-left: 2000px; } 100% { margin-left: 0px; }
}
Challenge Reveal... with a twist. - Script Codes
Challenge Reveal... with a twist. - Script Codes
Home Page Home
Developer Robert
Username AgentRR007
Uploaded September 04, 2022
Rating 3
Size 2,306 Kb
Views 22,264
Do you need developer help for Challenge Reveal... with a twist.?

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!

Robert (AgentRR007) Script Codes
Create amazing web 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!