diff --git a/src/app/userpage/user-dash/user-dash.page.html b/src/app/userpage/user-dash/user-dash.page.html
index 24ee014..d1aee31 100644
--- a/src/app/userpage/user-dash/user-dash.page.html
+++ b/src/app/userpage/user-dash/user-dash.page.html
@@ -20,11 +20,8 @@
+
@@ -81,11 +78,13 @@
+
+
{{what_is_below}}
-
+
@@ -108,4 +107,38 @@
-->
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/userpage/user-dash/user-dash.page.scss b/src/app/userpage/user-dash/user-dash.page.scss
index 4de0a84..d2f89e6 100644
--- a/src/app/userpage/user-dash/user-dash.page.scss
+++ b/src/app/userpage/user-dash/user-dash.page.scss
@@ -38,7 +38,8 @@ ion-card {
}
.first_card{
- background-image: url('../../../assets/img/myfit_home.jpg');
+ //background-image: url('../../../assets/img/myfit_home.jpg');
+ background-image: linear-gradient(to right, red , yellow);
background-repeat: no-repeat;
background-size: cover;
height: 250px;
@@ -48,4 +49,7 @@ ion-card {
background-color: aliceblue;
margin: 10px 5px 5px 5px;
+}
+.footer-col{
+ text-align: center;
}
\ No newline at end of file