Solution Review: CSS Transform Challenge 1
The solution to the challenge of the transform and animation properties is discussed in this lesson.
We'll cover the following...
Solution review
Let’s have a look at the solution first.
Explanation
* {
margin: 0;
}
The margin
for all the elements by default is ...