A Pen by Matthias Dittgen

Size
1,808 Kb
Views
48,576

How do I make an a pen by matthias dittgen?

What is a a pen by matthias dittgen? How do you make a a pen by matthias dittgen? This script and codes were developed by Matthias Dittgen on 26 August 2022, Friday.

A Pen by Matthias Dittgen Previews

A Pen by Matthias Dittgen - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Matthias Dittgen</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div>	<div id="box">test1</div>	<span class="red">test2</span>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Matthias Dittgen - Script Codes CSS Codes

#box {	position: absolute;	width: 120px;	height: 120px;	background: red;	top: 120px;	left: 300px;
}
.red {	font-size: 130px;	color: red;
}

A Pen by Matthias Dittgen - Script Codes JS Codes

var p = 'oben';
$('#box').click(function (e) {	var self = $(this);	console.log('p: ', p);	if (p != 'unten') {	self.animate({top: 500}, 1000);	p = 'unten';	} else {	self.animate({top: 120}, 1000);	p = 'oben';	}
});
A Pen by Matthias Dittgen - Script Codes
A Pen by Matthias Dittgen - Script Codes
Home Page Home
Developer Matthias Dittgen
Username matths
Uploaded August 26, 2022
Rating 3
Size 1,808 Kb
Views 48,576
Do you need developer help for A Pen by Matthias Dittgen?

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!

Matthias Dittgen (matths) Script Codes
Create amazing Facebook ads 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!