|
1 | 2 | 3 | 4 | 5 |
Use HTML and CSS to create five boxes with borders.Apply a background color of orange to each box.Give each box a height of 10px and width 10px. | Place all the boxes in a parent container of width 700px and height 500px.Give the parent box a shadow using CSS. | Apply transformation effects to each box to rotate at 720 degrees and scale of 1.2. | Apply the five transition timing functions to each box. | Let the boxes move 700px to the right,change background color when you hover the parent. |
Hover Me