Skip to content

Commit

Permalink
style: center the circle
Browse files Browse the repository at this point in the history
  • Loading branch information
amio committed Jul 28, 2020
1 parent 7025aaf commit 95b42d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wiwi Circle of Fifths</title>
<style> body {padding: 0; margin: 0;} </style>
<style>
body { padding: 0; margin: 0; background-color: #F2F2F2 }
body { display: flex; align-items: center; justify-content: center; }
</style>
<script src="//cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/p5.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.dom.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.sound.min.js"></script>
Expand Down

0 comments on commit 95b42d4

Please sign in to comment.