A Fun Little Button

Developer
Size
2,388 Kb
Views
20,240

How do I make an a fun little button?

A button inspired by a game I love playing called "Super Sync Sports"!. What is a a fun little button? How do you make a a fun little button? This script and codes were developed by Juwan Petty on 12 October 2022, Wednesday.

A Fun Little Button Previews

A Fun Little Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Fun Little Button</title> <link href='https://fonts.googleapis.com/css?family=Cabin:700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>I'm just a silly button</h1>
<div class="button"> <div class="button-overlay"> <p>PRESS ME!</p> </div> <div class="button-back"></div>
</div>
<h1>Go on, press it</h1>
</body>
</html>

A Fun Little Button - Script Codes CSS Codes

html { height: 100%;
}
body { background: #ff4c65; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; font-family: "Cabin", sans-serif;
}
.button-overlay { z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 0.1s; transition: 0.1s;
}
p::-moz-selection { color: black; background: transparent;
}
p::selection { color: black; background: transparent;
}
.button-overlay:active { -webkit-transform: translateY(12px); transform: translateY(12px);
}
.button-overlay, .button-back { width: 200px; height: 64px; background: #ffc33c; border: 4px solid #231f20; border-radius: 15px; cursor: pointer;
}
.button-back { background: #ba903e; position: relative; z-index: -1; top: -60px;
}
h1:nth-child(1) { position: relative; top: -60px;
}
A Fun Little Button - Script Codes
A Fun Little Button - Script Codes
Home Page Home
Developer Juwan Petty
Username juwanpetty
Uploaded October 12, 2022
Rating 3
Size 2,388 Kb
Views 20,240
Do you need developer help for A Fun Little Button?

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!

Juwan Petty (juwanpetty) 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!