Reworked some css, made our friendly button look better and footer is stuck for good

This commit is contained in:
2023-09-09 19:06:59 -05:00
parent e6c0bbfad8
commit bbd76cbd47
2 changed files with 27 additions and 6 deletions

View File

@@ -75,20 +75,20 @@
</select>
<br><br>
</form>
<button type="button" id="subBut">Submit</button><br><br>
<button type="button" id="subBut" class="submit-button">Submit</button><br><br>
</form>
<div class="chart-container" id="grades" value="invisible" style="position: relative; height:40vh; width:80vw">
<!--Bar graph stuff-->
<canvas id="gradeBar" style="width:100%;height:100%;"></canvas>
</div>
</div>
<footer>Created by Derek Chen
<div class="footy">Created by Derek Chen
<!-- because VAPA lecture was a bit boring that day -->
<iframe
src="https://ghbtns.com/github-btn.html?user=Derec4&repo=ut-grade-distribution-viewer&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="170" height="30" title="GitHub">
frameborder="0" scrolling="0" width="100" height="30" title="GitHub">
</iframe>
</footer>
</div>
</div>
<script src='main.js'></script>
</body>