Generally, the believe about CSS is that no matter what order your property or value declaration comes in a selector, it is the same.
In other words, thus;
*{
margin: 0;
padding; 0;
}
Generally, the believe about CSS is that no matter what order your property or value declaration comes in a selector, it is the same.
In other words, thus;
*{
margin: 0;
padding; 0;
}