-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStepperMotor.html
29 lines (27 loc) · 1 KB
/
StepperMotor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stepper Motor</title>
<style>
body
{
margin-left: 150px;
margin-right: 150px;
background-color: rgb(231, 223, 223);
text-align: justify;
}
p
{
font-size: larger;
}
</style>
</head>
<body>
<h2>Stepper Motor</h2>
<img src="StepperMotor.jpg" alt="StepperMotor Image">
<p>The ElectroCraft TorquePower™ Stepper Motor Series has set the norm for quality, dependability, and solidness in venturing engines. The accuracy of our TorquePower engines is coordinated simply by the constancy of their presentation. All TorquePower engines are bi-directional and completely encased with forever greased up metal rollers for durable, smooth activity</p>
</body>
</html>