diff options
Diffstat (limited to 'modularpascal.html')
-rw-r--r-- | modularpascal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modularpascal.html b/modularpascal.html index 2fb5b6f..2472aaf 100644 --- a/modularpascal.html +++ b/modularpascal.html @@ -14,7 +14,7 @@ <p>A picture of Pascal's triangle mod x. This program might be a bit slow.</p>
<script src="js/modularpascal.js"></script>
- x: <input min="1" value="2" type="number" id="mod"><br>
- <button onclick="updateTriangle();">Update</button><br>
+ x: <input min="1" value="2" type="number" id="mod"><br><br>
+ <button class="btn btn-sm btn-primary" onclick="updateTriangle();">Update</button><br>
</body>
</html>
|