Please!

Developer
Size
2,593 Kb
Views
20,240

How do I make an please!?

What is a please!? How do you make a please!? This script and codes were developed by Rahul Kumar on 14 October 2022, Friday.

Please! Previews

Please! - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Please!</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="home" class="container"> <hgroup>    <h1>I</h1>    <span class="circle"> Love </span>    <h2> You<h2>    <h3>Elif</h3>    <h3 class="you"> Alkan </h3> </hgroup> <div class="cat me"> <span class="eyes left"></span> <span class="eyes right"></span> <span class="mouth">w</span> </div> <div class="cat you"> <span class="eyes left"></span> <span class="eyes right"></span> <span class="mouth">w</span> </div>
</div> <script src="js/index.js"></script>
</body>
</html>

Please! - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
html, body { font-family: 'Shadows Into Light Two', cursive; background: #94C7B6;
}
h1,h2,h3 { margin: 0;}
.container { background: #403B33; cursor: pointer; position: absolute; height: 45px; width: 50px; margin: auto; top: 0; bottom: 0; right: 0; left:0; text-align: center; color: #FFF;
}
.container::after { width: 0; height: 0; border-right: 25px solid transparent; border-left: 25px solid transparent; border-bottom: 12px solid #403B33; top: -12px; right: 0; position: absolute; content: "";
}
.container:hover { border-bottom: 3px solid #FFF;
}
.container.opened { height: 450px; width: 500px; box-shadow: 0px 15px 0px -8px #FFF;
}
.container.opened::after { border-right: 250px solid transparent; border-left: 250px solid transparent; border-bottom: 120px solid #403B33; top: -120px;
}
.container hgroup,
.container .cat { display:none;
}
.container.opened hgroup{ display: block;
}
.container.opened .cat { display:inline-block;
}
h1 { text-transform: uppercase; font-size: 120px; font-weight: normal; line-height: 120px; display: inline-block;
}
span { display: inline-block;
}
.circle { background: #94C7B6; position: relative; height: 50px; width: 50px; border-radius: 25px; color: #403B33; font-weight: bold; font-size: 32px;
}
h2 { font-size: 100px; line-height: 110px; display: block; border-top: 1px dashed #FFF; width: 400px; margin: 0 auto;
}
h3 { font-size: 70px; display: inline-block;
}
.you { margin: 0 20px; text-transform: uppercase;
}
.cat { height: 60px; width: 60px; z-index: 0; position: relative; margin: 10px auto; display: inline-block;
}
.cat:before, .cat:after { width: 0; height: 0; top: -12px; position: absolute; content: "";
}
.cat:before{ border-left: 0px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid red; left: 0;
}
.cat:after{ border-right: 0px solid transparent; border-left: 15px solid transparent; border-bottom: 15px solid blue; right: 0;
}
.cat .eyes{ position: absolute; height: 6px; width: 6px; background: #FFF; border-radius: 3px; top: 12px; -webkit-animation: blink 5s infinite;
}
.cat .eyes.left{ left: 6px; }
.cat .eyes.right{ right: 6px; }
.cat .mouth{ position: absolute; top: 10px; margin: auto; left: 0; right: 0;
}
.cat.you { background: #94C7B6;
}
.cat.you:before{ border-bottom: 15px solid #94C7B6;
}
.cat.you:after{ border-bottom: 15px solid #94C7B6;
}
.cat.me { background: #D3643B;
}
.cat.me:before{ border-bottom: 15px solid #D3643B;
}
.cat.me:after{ border-bottom: 15px solid #D3643B;
}
@-webkit-keyframes blink { 0 { height: 6px; top: 12px;} 5% { height: 1px; top: 16px;} 10% { height: 6px; top: 12px;} 40% { height: 6px; top: 12px;} 50% { height: 6px; top: 12px;} 55% { height: 1px; top: 16px;} 60% { height: 6px; top: 12px;} 100% { height: 6px; top: 12px;}
}

Please! - Script Codes JS Codes

function changeClass() { document.getElementById("home").className += " opened";
}
window.onload = function() { document.getElementById("home").addEventListener( 'click' , changeClass );
}
Please! - Script Codes
Please! - Script Codes
Home Page Home
Developer Rahul Kumar
Username rk007
Uploaded October 14, 2022
Rating 3
Size 2,593 Kb
Views 20,240
Do you need developer help for Please!?

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!

Rahul Kumar (rk007) Script Codes
Name
-
Chat
Coffee
Smile
HeartIt
You
For you
Shake it
A Pen by Rahul Kumar
Hey
Create amazing video scripts 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!