This is a solution to the QR code component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
<a href="https://github.com/hdreddy" target="_blank">Dedeepya Reddy</a>.body{
text-align: center;
background-color: hsl(212, 45%, 89%);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}- need to focus of HTML elements
- css container positioning
- Example resource 1 - This helped me for center positioning the div. I really liked this pattern and will use it going forward.
- Website - Dedeepya Reddy
- Frontend Mentor - @hdreddy
- Twitter - @hdreddy777
