Showing the class some basics

Developer
Size
1,807 Kb
Views
8,096

How do I make an showing the class some basics?

What is a showing the class some basics? How do you make a showing the class some basics? This script and codes were developed by Mark Santiago on 02 November 2022, Wednesday.

Showing the class some basics Previews

Showing the class some basics - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>showing the class some basics</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="mainbody"> <div class="head"></div> <div class="body"></div> <div class="limbs"></div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Showing the class some basics - Script Codes CSS Codes

.mainbody{ transition:all 1s ease; position:absolute; top:100px;
}
.head{ width:100px; height:100px; border-radius:50%; margin-left:50px; margin-top:40px; background:orange;
}
.body{ height:200px; width:100px; margin-left:50px; background:red;
}
.limbs{ background:blue; width:200px; height:40px; position:absolute; top:200px;
}
.jump{ top:50px; transform:rotate(359deg);
}

Showing the class some basics - Script Codes JS Codes

$(".mainbody").on('click',function(){ $(this).toggleClass("jump");
})
Showing the class some basics - Script Codes
Showing the class some basics - Script Codes
Home Page Home
Developer Mark Santiago
Username msantiago1256
Uploaded November 02, 2022
Rating 3
Size 1,807 Kb
Views 8,096
Do you need developer help for Showing the class some basics?

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!

Mark Santiago (msantiago1256) 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!