How To Rickroll In An Input.

Size
3,052 Kb
Views
36,432

How do I make an how to rickroll in an input.?

What is a how to rickroll in an input.? How do you make a how to rickroll in an input.? This script and codes were developed by Oliver Britton on 27 August 2022, Saturday.

How To Rickroll In An Input. Previews

How To Rickroll In An Input. - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>How To Rickroll In An Input.</title> <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Open+Sans|Roboto+Mono|Roboto+Slab|Roboto:100,300,400,500,700|Ubuntu" rel="stylesheet"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="fullscreen"> <h1>Type in your dreams and they come true!</h1> <input class="input" type="text" onkeyup="troll()"/>
</div> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

How To Rickroll In An Input. - Script Codes CSS Codes

body, html { font-family: "Roboto"; font-weight: 300; color: black; padding: 0; margin: 0; text-align: center;
}
h1, h2, h3, h4, h5, h6 { opacity: 1;
}
p, a, i, strong, em { opacity: 1;
}
.f, .cent, .fullscreen { display: flex;
}
.cent, .fullscreen { justify-content: center; flex-direction: column;
}
.fullscreen { width: 100%; height: 100vh;
}
.input { min-width: 40vw; margin: 0 auto; padding: 10px; border: 0; background: #eeeeee;
}
.input:focus { outline: 0;
}

How To Rickroll In An Input. - Script Codes JS Codes

var song = "We're no strangers to love, You know the rules and so do I, A full commitment's what I'm thinking of, You wouldn't get this from any other guy... I just wanna tell you how I'm feeling, Gotta make you understand... Never gonna give you up, Never gonna let you down, Never gonna run around and desert you, Never gonna make you cry, Never gonna say goodbye, Never gonna tell a lie and hurt you, We've known each other for so long, Your heart's been aching, but, You're too shy to say it, Inside, we both know what's been going on, We know the game and we're gonna play it... And if you ask me how I'm feeling, Don't tell me you're too blind to see... Never gonna give you up, Never gonna let you down, Never gonna run around and desert you, Never gonna make you cry, Never gonna say goodbye, Never gonna tell a lie and hurt you..."
var split = song.split("")
var count = 0
var troll = function() { $('.input').empty() count++ var answer = split.slice(0,count) $('.input').val(answer.join(""))
}
How To Rickroll In An Input. - Script Codes
How To Rickroll In An Input. - Script Codes
Home Page Home
Developer Oliver Britton
Username ollybritton
Uploaded August 27, 2022
Rating 3
Size 3,052 Kb
Views 36,432
Do you need developer help for How To Rickroll In An Input.?

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 Britton (ollybritton) 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!