diff --git a/static/img/bg.jpg b/static/img/bg.jpg index 34177b3..526aca8 100644 Binary files a/static/img/bg.jpg and b/static/img/bg.jpg differ diff --git a/static/styles.css b/static/styles.css index 6ef56f6..2852145 100644 --- a/static/styles.css +++ b/static/styles.css @@ -15,12 +15,12 @@ background-attachment: fixed; } .table-secondary, .table-secondary>td, .table-secondary>th { - background-color: #b6c59d1c; + background-color: #0e170114 !important; } .bg-light { /* navbar background set to lighter green*/ - background-color: #959a94 !important; + background-color: #b9c3b8 !important; } .border { diff --git a/templates/aprox.html b/templates/aprox.html index 9d62dc5..49b6652 100644 --- a/templates/aprox.html +++ b/templates/aprox.html @@ -5,13 +5,14 @@ {% endblock %} {% block main %} + Function you would like to Approximate: Your Input Will Appear Here - To create the Linearization of f at a, L(x) = f(a) + f'(a)(x-a), we need an easy to calculate value, a, + To create the Linearization of f at a, L(x) = f(a) + f'(a)(x-a), we need an easy to calculate value, a, and a difficult to find value for x @@ -19,6 +20,7 @@ Approximate +
Your Input Will Appear Here
To create the Linearization of f at a, L(x) = f(a) + f'(a)(x-a), we need an easy to calculate value, a, +
To create the Linearization of f at a, L(x) = f(a) + f'(a)(x-a), we need an easy to calculate value, a, and a difficult to find value for x