MPC & Turntable

Size
2,661 Kb
Views
8,096

How do I make an mpc & turntable?

What is a mpc & turntable? How do you make a mpc & turntable? This script and codes were developed by António Capelo on 15 December 2022, Thursday.

MPC & Turntable Previews

MPC & Turntable - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>MPC & Turntable</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="mpc">	<div class="lcd"></div> <div class="pads">	<div class="pad-row row-1">	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	</div>	<div class="pad-row row-2">	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	</div>	<div class="pad-row row-3">	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	</div>	<div class="pad-row row-4">	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	<div class="pad"></div>	</div> </div>
</div>
<div class="turntable on">	<div class="line line1"></div>	<div class="line line2"></div>	<div class="line line3"></div>	<div class="line line4"></div>	<div class="line line5"></div>	<div class="line line6"></div>	<div class="line line7"></div>	<div class="line line8"></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

MPC & Turntable - Script Codes CSS Codes

.mpc { float: left; background: black; width: 400px; height: 266.66667px; border-radius: 2px; position: relative;
}
.lcd { background: white; width: 30%; height: 10%; position: absolute; top: 10%; left: 7%; border-radius: 2px;
}
.pads { position: absolute; width: 50%; height: 50%; right: 7%; bottom: 7%;
}
.pad-row { height: 25%; width: 100%;
}
.pad { height: 100%; width: 25%; background: white; float: left; border: 1px solid black; box-sizing: border-box;
}
.turntable { position: relative; float: left; width: 300px; height: 300px; background: black; border-radius: 50%; margin-left: 30px; -webkit-transition: all 2000ms linear; -moz-transition: all 2000ms linear; -o-transition: all 2000ms linear; transition: all 2000ms linear;
}
.turntable.on { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);
}
.line { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 3px grey; border-style: none solid none solid; border-radius: 50%;
}
.line1 { width: 100%; height: 100%;
}
.line3 { width: 85%; height: 85%;
}
.line2 { width: 95%; height: 95%;
}
.line4 { width: 75%; height: 75%;
}
.line5 { width: 65%; height: 65%;
}
.line6 { width: 55%; height: 55%;
}
.line7 { width: 45%; height: 45%;
}
.line8 { border-style: solid; background: grey; border-width: 2px; width: 1%; height: 1%;
}
MPC & Turntable - Script Codes
MPC & Turntable - Script Codes
Home Page Home
Developer António Capelo
Username capelo
Uploaded December 15, 2022
Rating 3
Size 2,661 Kb
Views 8,096
Do you need developer help for MPC & Turntable?

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!

António Capelo (capelo) 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!