diff --git a/src/components/welcomePage/welcomePageMobile.css b/src/components/welcomePage/welcomePageMobile.css index b618b44..8bb836d 100644 --- a/src/components/welcomePage/welcomePageMobile.css +++ b/src/components/welcomePage/welcomePageMobile.css @@ -12,3 +12,64 @@ width: 100vw; z-index: 2; } +/* .applyButton a{ + padding: 3% 3%; + margin-left:20px; + border-radius: 0.1em; + border: none; + color: #273333; + background-color: #B4CCFC; + display: inline-block; + font-size: 1.3rem; + font-weight: bolder; + text-decoration: none; + align-items: center; + justify-content: center; +} +.applyButton a:hover{ + background-color: #c7d7f7; + color:#484d4d; +} */ +iframe { + + width:55vw !important; + margin-left: 10vw !important; + margin-top: 5vw !important; + +} + +/* +button .apply-button{ + padding: 2% 10%; + margin: auto; +} +.navBar_apply-now { + width: 9.2em; + height: 3em; + margin-left: 1.3%; + border-radius: 0.5em; + border: none; + color: #114169; + font-size: 0.9rem; + font-weight: bolder; + + + + +/* .navBar_link { + color: #0a2841; + text-decoration: none; +} */ + +/* .apply-now-link{ + color: #114169; + text-decoration: none; + font-weight: bolder; + font-family: "Poppins", sans-serif; +} +.navBar_apply-now { + width: 12rem; + height: 4rem; + font-size: 1.5rem; + background: #fff; +} */ \ No newline at end of file diff --git a/src/components/welcomePage/welcomePageMobile.js b/src/components/welcomePage/welcomePageMobile.js index 393ccf0..db8b1f2 100644 --- a/src/components/welcomePage/welcomePageMobile.js +++ b/src/components/welcomePage/welcomePageMobile.js @@ -2,6 +2,7 @@ import React from "react"; import NavBar from "../navBar/navBar"; import "./welcomePageMobile.css"; import Aboutus from "../about/about"; +import "../navBar/navBar.css"; export default function WelcomePage() { return ( @@ -9,7 +10,14 @@ export default function WelcomePage() {