This commit is contained in:
Arjun Patel
2017-09-16 01:16:51 -07:00
parent 26b3b98b2d
commit 7bcdf0bb3e
3 changed files with 35 additions and 3 deletions
+19
View File
@@ -9,4 +9,23 @@ body {
padding: 0;
height: 100%;
width: 100%;
}
div.profTitle {
padding-top: 5px;
background-color: #45d7e8;
height: 100px;
text-align: center;
font-size: 65px;
color: white;
font-family: 'Dosis', sans-serif;
z-index: 10;
}
#piechart {
padding: 0;
height: 800px;
width: 100%;
overflow: hidden;
margin-top: -100px;
margin-left: 100px;
}