Latest solutions
- Submitted 1 day ago
Blog preview card
#pure-css- HTML
- CSS
I 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
- @mohammadshbeeb11Submitted about 2 months ago@MartheAudreyPosted 1 day ago
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.
0 - P@piushbhandariSubmitted over 2 years ago@MartheAudreyPosted 5 days ago
Hi Jax Teller!
Your code could be improved by using semantics instead of using multiple divs.
I hope my review was useful. Great job!
0