Latest solutions
Latest comments
- @Huseyn823@krutagna10
You can use picture tag instead of using two images inside a div.
- @Mayur-1182@krutagna10
- Increase the font size of the page, its really small on mobile screens.
- You can add feature to remove the notification when the user clicks on single message.
- Name variables in lower case, with words separated by hyphens Example : use grayish-blue instead of Grayishblue
- You have made spelling mistake while setting the box-sizing on all elements
- Add some comments in the code so that it will be easy for the people who are reading your code.
Marked as helpful - @smayrant@krutagna10
Hello @smayrant I wanted to know how did you make designo favicon.
- @vanzasetia
Responsive Multi-Page Website with Grid and Flexbox
#accessibility#lighthouse#progressive-enhancement#sass/scss#bem@krutagna10@vanzasetia I have one question, if you are using scss then why are you not nesting the selectors ?
- @kiangopez@krutagna10
-
You have to make the display of those images from inline to block to remove those gaps.
-
You can always add this code at the starting of your css file to make images easier to work with.
img { display: block; max-width: 100%; }
Marked as helpful -
- @AdrianCsT@krutagna10
👾Hello @Cydr4l, Congratulations on completing this challenge!
I think you can add a paragraph saying "Kindly select a rating" when the user does not select any rating.