Playing with CSS

Developer
Size
1,978 Kb
Views
12,144

How do I make an playing with css?

What is a playing with css? How do you make a playing with css? This script and codes were developed by Aaron Happe on 09 November 2022, Wednesday.

Playing with CSS Previews

Playing with CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Playing with CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <head> <script src="https://www.kirupa.com/prefixfree.min.js"></script>
</head>
<body> <div>@</div> <p>Drop Away!</p> </body>
</html> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Playing with CSS - Script Codes CSS Codes

body {	text-align: center;	background-color: #99defe; font-family: Helvetica, Arial, sans-serif;
}
div {	display: inline-block;	padding: 0 .2em;	margin-top: .25em;	background-color: orange;	border-left: 1px solid #e8d1b9;	border-top: 1px solid #e8d1b9;	box-shadow: 1px 2px 3px #664200;	line-height: 1.5em;	font-style: bold;	font-size: 10em;	color: hsla(0, 0%, 0%, 0.6);	text-shadow: 1px 4px 6px orange, 0 0 0 hsla(0, 0%, 0%, 0.6), 1px 4px 6px orange; cursor: pointer;	transition: all 1.5s ease-in-out;
}
div:hover {	background-color: #7dd3fa;	transform: translateY(4em) rotate(45deg);	border-left: 1px solid #9fe7fe;	border-top: 1px solid #9fe7fe;	box-shadow: 1px 2px 3px #325464;	text-shadow: 1px 4px 6px #7dd3fa, 0 0 0 hsla(0, 0%, 0%, 0.6), 1px 4px 6px #7dd3fa;
}
.clickClass {	background-color: #7dd3fa;	transform: translateY(4em) rotate(45deg);	border-left: 1px solid #9fe7fe;	border-top: 1px solid #9fe7fe;	box-shadow: 1px 2px 3px #325464;	text-shadow: 1px 4px 6px #7dd3fa, 0 0 0 hsla(0, 0%, 0%, 0.6), 1px 4px 6px #7dd3fa;
}

Playing with CSS - Script Codes JS Codes

$('div').on('click', function(){ $(this).addClass('clickClass');
})
Playing with CSS - Script Codes
Playing with CSS - Script Codes
Home Page Home
Developer Aaron Happe
Username aaronhappe
Uploaded November 09, 2022
Rating 3
Size 1,978 Kb
Views 12,144
Do you need developer help for Playing 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!

Aaron Happe (aaronhappe) 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!