-
Solution URL: https://www.frontendmentor.io/solutions/responsive-page-using-css-grid-EjAhAx0YAS
-
Live Site URL: https://qr-code-component-sigma-swart.vercel.app/
- Semantic HTML5 markup
- CSS Grid
I have learned how to center a block on a page using CSS. I have also learned how to use CSS variables.
Here is lines of code I learned.
body {
display: grid;
place-items: center;
height: 100vh;
}
I need to learn how to build a page that adapts perfectly to different screen sizes.
- Google - This helped me for getting quickly results of what I was looking for. I really liked this pattern and will use it going forward.
- Frontend Mentor - @ouambo-takouam
- Twitter - @patrick_ouambo