Latest solutions
Daily/weekly/monthly time tracking dashboard
#accessibility#fetch#react#sass/scss#typescriptSubmitted about 3 years ago
Latest comments
- @martinelias1312@martinelias1312
Anyways, first challenge with React !!
- @Voqh@martinelias1312
Hello @Voqh,
Media queries are commonly used to code your site on larger viewport. here are two good articles about your question:
Marked as helpful - @WildTsunami@martinelias1312
Hello @WildTsunami, look at my solution how i have done it. I started with the variable cyan color and changed its opacity to 50%. (:root section).
One more suggestion:
- alternate text can be left blank if images are only decorative, like icons of ethereum or clock.
If you have any questions and don´t understand something from my code, feel free to ask!
Marked as helpful - @SachinShelke7@martinelias1312
Hello @SachinShelke7, my few suggestions:
- main content should be wrapped in <main> element
- <div class="attribution"> can be wrapped in <footer> element
- on larger screens than 1440px, background image is not at full size, so i´ll recommend to use background-size: 100%; at <body> element
Marked as helpful - @nelsonfleig@martinelias1312
Hello @Kokopelli84, i have some suggestions. Accessibility issues:
- main content should be wrapped in <main> element
- there should be <h1> heading, article here
Marked as helpful - @Aryan-ki-codepanti@martinelias1312
Hello @Aryan-ki-codepanti, my few suggestions:
- add one more media querrie with min-width: 900px and change wrapper width.
- <h1> should be used once, article about it [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements).
Anyways good job!