Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started