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

  • Abdul 8,560

    @Samadeen

    Posted

    Hello Nsebo

    Great work on completing this challenge. Cheers!! 🎊🎊

    Some adjustments are needed to place your container in the middle properly.

        display: grid;
         place-content: center;
         min-height: 100vh; 
    
    

    I hope to see more solutions from you.

    1
  • @catherineisonline

    Submitted

    Hello, Frontend Mentor community! This is my solution to the REST Countries API with a color theme switcher.

    I appreciate all the feedback you left that helped me to improve this project. I fixed the issues I had previously and added new features per your recommendation.

    I have done this project a while ago however if you are here and have any feedback, tips, or ideas to share, I will be more than glad to hear them out!

    Thanks

    Abdul 8,560

    @Samadeen

    Posted

    Hello Catherine... You did beautifully well on this project, can you kindly recommend resources to learn React

    0
  • @wmartyr

    Submitted

    Hi everyone. I spent some time to get the hover effects right. I'm sure there's a better way to do the things better than what I've done here. Feedback is most welcome. Thanks.

    Abdul 8,560

    @Samadeen

    Posted

    Hey Woodrow!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="card"> instead of <div class="card">.
    • Your footer should be <footer class="attribution"> instead of <div =attribution>
    • Images must have alternate text - Its hard for screen readers to pick up messages from images without alt text.. Its always advisable to include alt text to aid screen reader

    This should fix most of your accessibility issues.

    • For your design here is a tip to center your container both vertically and horizontally display: grid; place-content: center; min-height: 100vh;

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey Omo Iya mi!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="content"> instead of <div class="content">.

    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h5 id="top">Improve your front-end skills by building projects</h5> should be <h1 id="top">Improve your front-end skills by building projects</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="card"> instead of <section class="card">.

    • Your footer should be <footer class="attribution"> instead of <div =attribution>

    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h1 class="big-text"> Equilibrium #3429 </p> should be <p class="big-text"> Equilibrium #3429 </h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="card"> instead of <div class="card">.

    • Your footer should be <footer class="attribution"> instead of <div =attribution>

    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h2 class="card__heading">Equilibrium #3429</h2> should be <h21class="card__heading">Equilibrium #3429</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    • Images must have alternate text - Its hard for screen readers to pick up messages from images without alt text.. Its always advisable to include alt text to aid screen reader

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    1
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    • I noticed your container is not aligned vertically and horizontally.. i.e is not at the center of your webpage.. That can be corrected by setting display:flex; align-items:center; justify-content:center;

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    1
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="row"> instead of <div class="row">.
    • Your footer should be <footer class="attribution"> instead of <div class="attribution">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <p class="qoute"> "Please click the button below to get an advice." </p> should be <h1 class="qoute"> "Please click the button below to get an advice." </h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    0
  • Chaitali 10

    @chaitalikarmakar

    Submitted

    Hello,

    I am new to front end development and practicing to get better. This is one of the first challenges I took from frontend mentor. Please review and let me know how I can do better.

    Thank you.

    Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="background-layout"> instead of <div class="background-layout">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h3>Improve your front-end skills by building projects</h3> should be <h1>Improve your front-end skills by building projects</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    0
  • @SURAJITSHAW

    Submitted

    Hey everyone I'm very new to these challenges, so open to any kind of suggestions to make my HTML & CSS skills more polished.

    Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="card"> instead of <div class="card">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h3>Improve your front-end skills by building projects</h3> should be <h1>Improve your front-end skills by building projects</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    1
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="container"> instead of <div class="container">.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Abdul 8,560

    @Samadeen

    Posted

    ** ¡Hey! ** Saludos 🥂 Al completar este desafío ...

    Primero trabajemos en sus problemas de accesibilidad.

    • El documento debe tener en el punto de referencia principal" Básicamente significa que su HTML debe estructurarse de manera más semántica y el formato correcto debe ser su <Header> ... ... ... </main> y, por último, su <footer> .... </footer> , por lo tanto, debe usar <main class = "contenedor"> en lugar de <div class = "contenedor"> . -La página debe contener un encabezado de nivel uno 'básicamente significa que su html debería tener una navegación de ayuda h1 de ayuda, por lo tanto<h2> mejorar sus habilidades front-end construyendo proyectos </h2>debería ser<h1 > Mejore sus habilidades de front-end creando proyectos </h1>y también debe bajar ordenado cuando esté utilizando los encabezados h1 hasta h2 hasta h3, y así sucesivamente.

    Esto debería solucionar la mayoría de sus problemas de accesibilidad.

    . Independientemente de que lo hicieras increíble ... ** Espero que encuentres esto útil ** ... ¡feliz codificación!

    0
  • @PayalSasmal10

    Submitted

    Please provide feedback. It will help me to improve my skills.

    Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="img-qr"> instead of <div class="img-qr">.

    • Your footer should be <footer class="attribution"> instead of <div =attribution>

    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <p class="bold-para">Improve your front-end skills by building projects</p> should be <h1 class="bold-para">Improve your front-end skills by building projects</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    • Images must have alternate text - Its hard for screen readers to pick up messages from images without alt text.. Its always advisable to include alt text to aid screen reader

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="grid"> instead of <div class="grid">.
    • You should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="container"> instead of <div class="container">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <p>Join our Community </p> should be <h1>Join our community</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    • You can use flex or grid to center your container horizontally and vertically.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main id="container"> instead of <div id="container">.
    • Your footer will be <footer class="attribution"> instead of div class="attribution">.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="container-card"> instead of <div class="container-card">.
    • And your footer should be <footer class="attribution"> instead of <div class="attribution">.

    This should fix most of your accessibility issues.

    -You can use flex or grid to center your container horizontally and vertically.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    1
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="row"> instead of <div class="row">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h2> Order Summary</h2> should be <h1 >Order Summary</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Adil Rafiq 120

    @Adil-Rafiq

    Submitted

    Hello People! So this was my first challenge project from this website. Even though the project was quite easy but as a beginner, I find it some how difficult. The most tiring part of this project was alignment of elements. And there is a part where I have to align clock icon with its text but neither the margin nor the padding option was working. I would be glad if someone can guide me through this.\

    Thank you.

    Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="container"> instead of <div class="container">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <p >Out Equilibrium collection promotes balance and calm </p> should be <h1>Out Equilibrium collection promotes balance and calm</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    This should fix most of your accessibility issues.

    • You can maybe increase the font size of your a tag and pad out some of your items.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    0
  • Abdul 8,560

    @Samadeen

    Posted

    ¡Oye! Saludos 🥂 por completar este desafío.. .

    En primer lugar, trabajemos en sus problemas de accesibilidad.

    • El documento debe tener un hito principal básicamente significa que su html debe estar estructurado más semánticamente y el formato correcto debe ser su <header>......</header> seguido de su <main>... ...</main> y, por último, su <footer>....</footer>, por lo tanto, debe usar <main class="container"> en lugar de <div class="container"> .
    • La página debe contener un encabezado de nivel uno básicamente significa que su html debe tener un h1 que ayude a la navegación, por lo tanto, <div>Mejore sus habilidades de front-end mediante la creación de proyectos</div> debe ser <h1 >Mejore sus habilidades de front-end mediante la creación de proyectos</h1> y también debe ir hacia abajo en orden cuando utilice los encabezados h1 hasta h2 hasta h3 y así sucesivamente.

    Esto debería solucionar la mayoría de sus problemas de accesibilidad.

    • También debes cambiar el "color de fondo" de tu cuerpo a un azul más claro.

    . Independientemente de lo que hiciste increíble... Espero que encuentres esto útil... ¡¡¡Feliz codificación!!!

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="card"> instead of <section class="card">.
    • Your footer should be <footer class="attribution"> instead of <div class="attribution">.

    This should fix most of your accessibility issues.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    0
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h3>Improve your front-end skills by building projects</h3> should be <h1>Improve your front-end skills by building projects</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.

    • You can use flexbox or grid to center your element horizontally and vertically.. set display: flex; align-item: center; justify-content: center;

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    NAIJA TO THE WORLD!!!

    Marked as helpful

    1
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="container"> instead of <div class="container">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <p>Our Equilibrium collection promotes<br>balance and calm</p> should be <h1>Our Equilibrium collection promotes<br>balance and calm</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.
    • Images must have alternate text Its hard for screen readers to pick up messages from images without alt text.. Its always advisable to include alt text to aid screen reader

    This should fix most of your accessibility issues.

    • You can use flexbox or grid to center your container both horizontally and vertically, Hence your container is at the middle of the webpage.
    • You can also add box-shadow to your container.

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    Marked as helpful

    1
  • Abdul 8,560

    @Samadeen

    Posted

    Hey!! Cheers 🥂 on completing this challenge.. .

    Lets firstly work on your accessibility issues.

    • Document should have on main landmark basically means your html should be structured more semantically and the correct format should be your <header>......</header> followed by your <main>......</main> and lastly your <footer>....</footer> hence you should use <main class="container"> instead of <div class="container">.
    • Page should contain a level-one heading basically means your html should have a h1 it aid navigation hence <h2>Improve your front-end <br> skills by building projects</h2> should be <h1>Improve your front-end<br> skills by building projects</h1> and you should also go down orderly when you are using the headings h1 down to h2 down to h3 and so on.
    • Images must have alternate text - Its hard for screen readers to pick up messages from images without alt text.. Its always advisable to include alt text to aid screen reader

    This should fix most of your accessibility issues.

    • You should increase your border-radius to make it more curvy.
    • You should also use rem em % instead of px when measuring.. It improves responsiveness

    . Regardless you did amazing... hope you find this helpful... Happy coding!!!

    NAIJA TO THE WORLD!!!

    Marked as helpful

    0