Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Renzorr 870

    @Renzorr

    Posted

    Did you try using <source> from <picture>? u can check it here

    1
  • Daniel 70

    @RadiantReversal

    Submitted

    I started to use JavaScript like yesterday, so I don't know anything but tried to make a project and it was really hard.

  • Renzorr 870

    @Renzorr

    Posted

    Hello

    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 helpful

    1
  • Renzorr 870

    @Renzorr

    Posted

    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
  • Renzorr 870

    @Renzorr

    Posted

    bro which tailwind course did you see because you're so good at it

    0
  • @KhaledMostafa990

    Submitted

    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 :).

    Renzorr 870

    @Renzorr

    Posted

    bro change url

    Marked as helpful

    1
  • Renzorr 870

    @Renzorr

    Posted

    Instead of using <button> use <a> cuz these are links that redirects u somewhere

    1
  • Renzorr 870

    @Renzorr

    Posted

    👾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 and background-size

    For example, in this case:

        background-repeat: no-repeat;
        background-size: contain;
    

    I hope this helps you

    Marked as helpful

    2
  • Renzorr 870

    @Renzorr

    Posted

    Hey bro, how did you get the warnings to not appear when typing an email incorrectly? 🤔🤔🤔

    0