css for everything on the page code example
Example: css aplying everything
* {
/*
Put in styling that you would apply to everything , the '*' means everything
*/
}
* {
/*
Put in styling that you would apply to everything , the '*' means everything
*/
}