jorge
12
Q:

css overwriting styles

body {
background-color: black;
background-color: blue !important ;
  /*
  The second background color would show since it has
  a !important afterwards, this is to overwrite css you have
  already wrote. However, this is not recomended. 
  */
}
1
td {height: 50px !important;}
0

New to Communities?

Join the community