Question: Use the transform3.html file and modify to complete the form and JavaScript functions for buttons. body { margin: 30px; background-color: #E9E9E9; } output.letters { width:
Use the "transform3.html" file and modify to complete the form and JavaScript functions for buttons.
body {
margin: 30px;
background-color: #E9E9E9;
}
output.letters {
width: 2px;
border: 1px;
color: red;
padding: 15px 15px 20px 15px;
}
.table {
display: table;
}
.row {
display: table-row;
}
.row > * {
display: table-cell;
text-align: center;
padding: 0px 10px 10px;
}
span.rotate_right {
transform: rotate(-60deg);
}
span.rotate_left {
transform: rotate(60deg);
}
input.buttons {
width: 25px;
height: 25px;
background-image: url('arrows.png');
background-size: cover;
}
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
