This project is for styling assignment in reedsy frontend engineer challenge.
The static site for this project can be found in https://captain328.github.io/reedsy-frontend-challenge/public/q3.
- Styling is done as indicated in the screenshot.
- The footer is stick to the bottom when scrolling.
- This projects uses SASS.
- The page is mobile responsive. (bonus)
The original q3.html file isn't modified except in the following lines.
5: <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
6: <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@900&family=Roboto:wght@400;500;600&display=swap" rel="stylesheet">
npm install
npm start
npm run build