I didn't know how to change the img source of an img element based on screen width, so I learned to use background image src changing with media queries from this discussion.
Renzorr
@RenzorrAll comments
- @FG-ABCSubmitted 7 months agoWhat challenges did you encounter, and how did you overcome them?
- @RadiantReversalSubmitted 10 months ago
I started to use JavaScript like yesterday, so I don't know anything but tried to make a project and it was really hard.
@RenzorrPosted 10 months agoGreat colorway , also you can make accordions with HTML tags
here you can check the article:
Marked as helpful1 - @saidumuhammadyusufSubmitted 10 months ago
hi someone should please help me and check for errors or mistake
@RenzorrPosted 10 months agoHello
I see that you should improve your css reset, you can search for it in different articles, the same with the width or height, these should not be fixed
You can also check the html tags, for example in the avatar section, it should not be a <p> since this is for a paragraph, so you could use a <article>
Also, using flex:wrap in this challenge doesn't make sense
Marked as helpful1 - @oryanhachSubmitted about 1 year ago@RenzorrPosted about 1 year ago
Good approach! One thing to consider is using an <article> tag instead of a <div> for testimonials. This change improves accessibility also do not forget to make sites responsives
1 - @lumiukoSubmitted over 1 year ago@RenzorrPosted over 1 year ago
bro which tailwind course did you see because you're so good at it
0 - @KhaledMostafa990Submitted over 1 year ago
A quick completion of Designo multi-page website with Next.js 13, Typescript and TailwindCSS, the website almost complete, 50% of the design created today.
100% for All Chrome lighthouse Metrics on the home page (e.g. Performence, A11y, Best practice, and SEO) and looking forward for every page, but I'm just submit earlier because the subscription time :).
- @FETYagencySubmitted over 1 year ago@RenzorrPosted over 1 year ago
Instead of using <button> use <a> cuz these are links that redirects u somewhere
1 - @vishal-singh5128Submitted about 2 years ago
Any Suggestions or comments are appreciated !
@RenzorrPosted about 2 years ago👾Hi @Vishal, congratulations on your solution!👋 Welcome to the Frontend Mentor Coding Community!
I’ve few suggestions for you that you can consider adding to your code:
- When u use images as a background u should use
background-repeat
andbackground-size
For example, in this case:
background-repeat: no-repeat; background-size: contain;
I hope this helps you
Marked as helpful2 - When u use images as a background u should use
- @john-mirageSubmitted about 2 years ago@RenzorrPosted about 2 years ago
Hey bro, how did you get the warnings to not appear when typing an email incorrectly? 🤔🤔🤔
0