![](https://res.cloudinary.com/dz209s6jk/image/upload/f_auto,q_auto,w_900/Screenshots/dz82imbzehss4m46f5tj.jpg)
Design comparison
SolutionDesign
Solution retrospective
Hey there, thank you for checking out my solution. This is my first time using this platform and I am somewhat new to Web Development. I have a few questions I'd like to ask:
- What would a proper VueJS Web application look like? As in the file structure, code structure, ect..
- How can one effectively approach project planning?
- Also I have an issue with the button not changing color when hovering it, any clue on why?
.calculator-submit button{
border-radius: 100px;
border: 0;
background-color: hsl(259, 100%, 65%);
.
.
.
}
.calculator-submit button:hover{
background-color: hsl(0, 0, 8%);
cursor: pointer;
}
Thank you in advance.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord