This commit is contained in:
2023-04-22 00:58:49 -05:00
parent 1ffb666e5e
commit b1e15c2fdb
2 changed files with 11 additions and 2 deletions

View File

@@ -63,6 +63,10 @@
<canvas id="gradeBar" style="width:100%;height:100%;"></canvas> <canvas id="gradeBar" style="width:100%;height:100%;"></canvas>
</div> </div>
</div> </div>
<footer>Created by Derek Chen
<!-- because VAPA lecture was a bit boring that day -->
</footer>
<script src='main.js'></script> <script src='main.js'></script>
</body> </body>

View File

@@ -77,8 +77,13 @@ main p {
footer { footer {
background-color: #2e2d2d; background-color: #2e2d2d;
color: #ffffff; color: #ffffff;
padding: 20px; padding: 10px;
text-align: center; position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: left;
font-size: 13px;
} }
footer p { footer p {