This is a solution to the Sunnyside agency landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Solution URL: Click here to visit
- Live Site URL: Click here to visit
- Mobile-first workflow
- React - JS library
- Material UI - A library of components
- SCSS - CSS Preprocessing
- AOS JS - Animate On Scroll Library
I learnt how to modify the style of a Material UI component using makeStyles()
const useStyles = makeStyles({
root: {
display: "block",
width: "100%",
height: "100%",
},
});
const customStyles = useStyles();
- Github - Rabha ABED
- Frontend Mentor - @rabahmilano
- Codepen - @rabahmilano