diff --git a/Monte-carlo-simulations-Basics.html b/Monte-carlo-simulations-Basics.html index 9d9ca88..c96c9a1 100644 --- a/Monte-carlo-simulations-Basics.html +++ b/Monte-carlo-simulations-Basics.html @@ -107,6 +107,26 @@ border-bottom: 0 solid transparent; } +/* Style for the "Back to Top" button */ +#myBtn { + display: none; + position: fixed; + bottom: 20px; + right: 30px; + z-index: 99; + font-size: 18px; + border: none; + outline: none; + background-color: red; + color: white; + cursor: pointer; + padding: 15px; + border-radius: 4px; +} + +#myBtn:hover { + background-color: #555; +} /* * Lumino */ @@ -9534,11 +9554,36 @@