Latest solutions
Blog preview card
#pure-cssSubmitted about 1 month agoI would like to know if apart from the clamp() function, there is another way to make the text of a webpage responsive without media queries.
Latest comments
- @mohammadshbeeb11@MartheAudrey
Hi @mohammadshbeeb11!
Looking at your screenshot I can tell you did a great. Unfortunately I couldn't preview your website.
Thankfully I saw you code on github and concerning the html code I will just encourage you to use HTML semantics to structure your website. By so doing screen readers will navigate through your website.
For instance instead of div tag, you can use a section tag.
Thanks for your solution. I noticed you used rem units. I don't often use it but I will give it a try.
- P@piushbhandari@MartheAudrey
Hi Jax Teller!
Your code could be improved by using semantics instead of using multiple divs.
I hope my review was useful. Great job!