From bc2bf89c427b44492077798c835c3c70c88edf6c Mon Sep 17 00:00:00 2001 From: Arun Kumar Pandey Date: Thu, 15 Aug 2024 12:40:19 +0200 Subject: [PATCH] Monte-carlo simulation page modifed --- Monte-carlo-simulations-Basics.html | 45 +++++++++++++++++++++++++ market-risk.html | 52 +++++++++++++++++++++++++++++ styles.css | 21 ++++++++++++ 3 files changed, 118 insertions(+) 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 @@

Reference

+ + + + + diff --git a/market-risk.html b/market-risk.html index 7417861..75a24f8 100644 --- a/market-risk.html +++ b/market-risk.html @@ -1374,6 +1374,27 @@ flex: 1 1 auto; } +/* 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; +} + /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. @@ -7998,5 +8019,36 @@

Consulsion: + + + + + + + diff --git a/styles.css b/styles.css index 74848f4..bf87120 100644 --- a/styles.css +++ b/styles.css @@ -416,4 +416,25 @@ td:first-child { } .back-button:hover { background-color: #0056b3; +} + +/* 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; } \ No newline at end of file