I have been looking at sites css files and this one appears on a few
/* CSS Document */
* {
margin:0;
padding:0;
outline:none;
}
If i take it out it stops the page displaying correctly can some explain why and what it does?
/* CSS Document */
* {
margin:0;
padding:0;
outline:none;
}
If i take it out it stops the page displaying correctly can some explain why and what it does?
Comment