diff --git a/static/style.css b/static/style.css index 1f40c59..6b87939 100644 --- a/static/style.css +++ b/static/style.css @@ -83,4 +83,24 @@ image { padding: 40px; border-radius: 4px; margin-left: auto; +} + +.sources { + background-color: gray; + color: white; + text-align: left; + height: 200px; + width: 1660px; + margin-top: auto; +} + +.sourcescontent{ + margin-left: 8px; + color:white; +} + +.mainpart { + display: flex; + flex-direction: column; + min-height: 80vh; } \ No newline at end of file diff --git a/templates/bivariate.html b/templates/bivariate.html index faccfa4..eb6f72a 100644 --- a/templates/bivariate.html +++ b/templates/bivariate.html @@ -1,10 +1,33 @@ {% extends 'base.html' %} {% block content %} + +