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

  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    salam o Alaikum! @Diogopegorel. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap the code

    <div class="container">

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element. Replace this

    <p class="p1">Improve your front-end <br>skills by building projects</p>

    β–ͺ Instead of using the <br> tag , you should use a semantic HTML element and the CSS margin or padding properties.

    CSS: 🎨

    πŸ“β–ͺ Check the style guide & change the background color.

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    Marked as helpful

    1
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @kirubavathi-VM. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap the code

    <div class="container">

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element. Replace this

    <h5>Improve your font-end <br>skills by building projects</h5>

    β–ͺ Instead of using the <br> tag , you should use a semantic HTML element and the CSS margin or padding properties.

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    πŸ“β–ͺ Check the style guide & change the background color.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    Marked as helpful

    0
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @lucaspmarra. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It's necessary for images to have short, descriptive alt text so screen reader users clearly understand the image's contents and purpose.

    <img class="card-image" src="./images/image-qr-code.png" alt="">

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    1
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @atiqurrehman123. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap the code

    <div class="container">

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element. Replace this

    <h5 class="card-heading">Improve your front-end <br />skills by building projects </h5>

    β–ͺ Instead of using the <br> tag , you should use a semantic HTML element and the CSS margin or padding properties.

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    0
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @Rishabh2324. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element.

    Replace this

    <h6 class="qr-details-title"> Improve your front-end skills by building projects </h6>

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    0
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @Abdelrahman-Muhammed13. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap the code

    <div class="main-container">

    β–ͺ It's necessary for images to have short, descriptive alt text so screen reader users clearly understand the image's contents and purpose.

    <img src="../image-qr-code.png" >

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    Marked as helpful

    0
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @gustavo-atanazio. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag.

    Click & Wrap the code

    <div class="container">

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element.

    Click & Replace

    <span class="title">Improve your front-end skills by building projects</span>

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    Marked as helpful

    0
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @terza85. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap the code

    <div class="main-container">

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element. Replace this

    <p class="heading">Improve your front-end skills by building projects</p>

    β–ͺ It's necessary for images to have short, descriptive alt text so screen reader users clearly understand the image's contents and purpose.

    <img src="images\image-qr-code.png" alt="" class="src">

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    0
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    @peredopr. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It's necessary for images to have short, descriptive alt text so screen reader users clearly understand the image's contents and purpose. Click and Change

    <img src="./qr-code-component-main/images/image-qr-code.png">

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap

    <div class="div-master">

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element. Click & Replace

    <h2>Improve your frond-end skills by building your projects</h2>

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    0
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @King0fBlades. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    Marked as helpful

    1
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @Mariusq17. 🎯Congratulations on completing the challenge !

    πŸ’¬ I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap

    <div class="main-container center">

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    Marked as helpful

    1
  • RabicaTahirβ€’ 500

    @RabicaTahir

    Posted

    Asalam o Alaikum! @VictorR616. 🎯Congratulations on completing the challenge !

    πŸ’¬I have some suggestions about your code.

    HTML πŸ””:

    β–ͺ It is advisable that you place all your main site content in a landmark element <main>. Wrap the body code in main tag. Click & Wrap

    β–ͺ Best practice is to ensure that the beginning of a page's main content starts with a h1 element. Replace this

    CSS: 🎨

    πŸ“β–ͺ Instead of using pixels in font-size, using relative units like em or rem is a good practice.

    I hope you find it useful! By the way, the solution was great. πŸ™ŒπŸ’―

    Enjoy coding, Stay Safe! 🀞

    Marked as helpful

    1