Difference between revisions of "User:Tdnguyen.2015/skin.css"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 1: Line 1:
div#toctitle: {
+
div#toctitle {
 
  font-size:100px;
 
  font-size:100px;
 +
}
 +
 +
 +
body {
 +
    background-color: lightblue;
 
}
 
}

Revision as of 22:21, 11 October 2016

div#toctitle {
 font-size:100px;
}


body {
    background-color: lightblue;
}