This is a solution to the Single price grid component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Live Site URL: Github Page
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- Learnt how to design layouts
- Learnt how to use flexbox to arrange elements
- Learnt how to use pseudo class
- Learnt how to use position: relative to adjust position
#period{
position: relative;
top: -2px;
font-size: 0.8rem;
opacity: 0.6;
margin-left: 5px;
}
button:hover{
cursor: pointer;
background-color: #A9C42D;
transform: scale(1.02);
}
- Reach out to me on Linkedin - George Yu