Multiplication Machine
The multiplication machine can create a multiplication table for any number.
body{
background-image:url(graph-paper-binded-notebook.jpg);
background-size:100%;
font-size:20px;
text-shadow:1px 1px black;
}
h1{
color:gray;
}
h3{
color:blue;
}
p{
color:gray;
}
button{
font-size:20px;
color:green;
border-style:solid;
border-width:2px;
border-color:red;
border-radius:30%;
}