diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-31 14:58:23 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-31 14:58:23 -0400 |
commit | a982632b1cc3218d74acec2b5f6a69ffc5e97ead (patch) | |
tree | d7a7761c1a905450c3d57f4ae75048616850c06b /2pi.html | |
parent | afff994f985121e89de4b1e3bb509b62eb956e5a (diff) |
Cleaned up code and improved website layout.
Diffstat (limited to '2pi.html')
-rw-r--r-- | 2pi.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ <h2>π calculator</h2> <p>Since 2π day is today (6/28), here's a π/2π calculator. Draw a circle, then find out how well your circle approximates π!<br> - <button onclick="calculate();">Calculate π</button><br> + <button class="btn btn-sm btn-primary" onclick="calculate();">Calculate π</button><br> <div id="info"></div> <script src="js/2pi.js"></script> </body> |