The CSS file

The below CSS is referred to the HTML element with id "viewName". 

/*This is the mystyle.css file in the folder css*/
#viewName{
  color: red;
}