Submitted over 3 years ago
responsive Blogr Website | HTML JS and first time using scss
@sinredneran
Design comparison
SolutionDesign
Solution retrospective
first SCSS project made in under 1 week. feedback and suggestions are always welcome.
thanks
Community feedback
- @sinredneranPosted over 3 years ago
i have added border-radius in (Learn More) button but it doesn't show in solution-design slider.
0@ameyadeokulePosted over 3 years agoGood Job on the Website! It looks good. I can give you two suggestions
- DO NOT use camel case while writing CSS since it is case insensitive (topNav and topnav will be same), use kebab case instead.
- Avoid writing anything in the main.scss file it should only be used for importing other styles. And the answer to your question is that you cannot add border-radius when you have set the border as none. Remove the border:none and you'll get your rounded edges.
Marked as helpful0@sinredneranPosted over 3 years ago@ameyadeokule thank you for suggestions. I will do research on kebab case. Thanks.
0
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