diff --git a/dashboard_static/index.html b/dashboard_static/index.html index ba93174..e2b713e 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -93,9 +93,14 @@ Filtered Cluccs
- +
+ + + + +
- Sports Popularity Chart +

SPORTS POPULARITY CHART

diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 60509f7..258ca21 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -185,7 +185,7 @@ body { flex-direction: column; } -.searchbar { +.searchcontainer { background-color: blue; /* height: 400px; */ } @@ -200,4 +200,23 @@ body { font-weight: 500; font-size: 40px; padding: 8px 16px; -} \ No newline at end of file + font-size: 38px; + padding-left: 30px; +} + +.searchbar, .button { + font-weight: bold; + font-size: 32px; + border-radius: 50px; + padding: 10px; + margin: 16px; +} + +.button { + border-radius: 50px; + border: none; +} + +/* .button:hover { + background-color: ; +} */ \ No newline at end of file