css set to all 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
*/
}