Latest solutions
Rest Countries built using React and Styled components
#react#styled-componentsSubmitted over 3 years ago
Latest comments
- @JiawenZhuo@AkhilrajNambiar
There are some issues in your report @JiawenZhuo . Here is what you could do to solve them:
- For accessibility issues:
- Add the alternate text for all images you use.
- Give the root element of your document a class name of 'main', or else a role of 'main'.
- For HTML issues:
- font-style should be replaced by font-weight, if you are trying to make the text bold.
- margin and padding cannot have value of none. Use 0 instead.
- flex-direction can only have values row, row-reverse, column, column-reverse. If you want to enable wrapping, use the flex-wrap attribute.
- border-color can only use colors(none is not a color!). If you don't want a border color, use transparent.
- @mohitkalme@AkhilrajNambiar
Looks amazing and works the same way! If you were to sort the results from the search or the filters, it would be a really smooth user experience.
Marked as helpful