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

From Visual Analytics and Applications
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#toctitle: {
+
div#toctitle {
font-size:100px;
+
    font-family: verdana;
 +
    font-size: 200px;
 +
}
 +
 
 +
 
 +
body {
 +
    background-color: lightblue;
 
}
 
}

Latest revision as of 22:22, 11 October 2016

div#toctitle {
    font-family: verdana;
    font-size: 200px;
}


body {
    background-color: lightblue;
}