Page Lyout

This commit is contained in:
Olu Amey
2023-01-25 17:05:49 -05:00
parent 0e91d44bc3
commit 0250d37679
16 changed files with 1374 additions and 64 deletions
+8
View File
@@ -41,11 +41,19 @@ html {
font-family: "Product Sans";
}
.primary-gradient {
background: linear-gradient(134.38deg, #f539f8 0%, #284f64 43.55%, #1a3544 104.51%);
/* background-image: url("./assets/images/left-myft.jpg");
background-repeat: no-repeat;
background-size: cover; */
}
.primary-home {
/*background: linear-gradient(134.38deg, #f539f8 0%, #284f64 43.55%, #1a3544 104.51%); */
background-image: url("./assets/images/left-myft.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.btn-shine {
position: relative;
overflow: hidden;