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
Request path contains unescaped characters
Not Found
Not Found
Not Found

All comments

  • Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Go To

    • Project`s Settings
    • Pages
    • Change Branch to Main
    • Change Select Folder To ** /(Root)** It takes sometime to start, try it ๐Ÿ‘ .
    1
  • Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Hi Henrique

      height: 100vh;
      display: grid;
      place-items: center;
      margin: 0;
      background-color: hsl(217, 54%, 11%);
    }
    
    main{
      background-color: hsl(216, 50%, 16%);
      /* width: 18%; */ width: 250px;
      border-radius: 10px;
      /* margin: 150px auto; */
      padding-top: 20px; 
    }```
     I changed these 2 parts in your code try it now
    i replaced margin: 150px auto;``` with   height: 100vh;
      display: grid;
      place-items: center;
    
    1
  • Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Hi Esho-Jinadu I think you should change QR-code.html to index.html.

    0
  • Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Hi Henrique Great job ๐ŸŽ‰. I will suggest a few adjustments

    • To center the card better use height: 100vh; display: grid; place-items: center; in the body instead of margin: 150px auto; For more info about Grid 1- w3schools. 2- MDN Web Docs.
    • Use a px width instead of the % in the main
    • Use cursor: pointer; in ```:hover`` to change the cursor Keep the good work ๐Ÿ‘๐Ÿ‘๐Ÿ‘
    1
  • -_RIkkaโ€ข 140

    @devsimocastles

    Submitted

    It was easy, but I feel I can do it better, any recomendation?

    pd: I don't know why the qr code looks broken in the design preview, works well in live url

    Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Hi RIkka Greed job ๐ŸŽ‰ I will suggest

    • adding <main></main> as a container to your card and attribution.
    • Removing unnecessary space to keep it clean
    • You can center the card with display: grid; place-items: center; instead of justify-items: center; align-items: center; Keep the good work ๐Ÿ‘

    Marked as helpful

    1
  • Nightcode16โ€ข 110

    @Nightcode16

    Submitted

    I completed another challenge๐Ÿ˜. Any suggestion is very welcome๐Ÿ˜‚.

    Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Great job ๐ŸŽ‰ you made it look nearly perfect to the preview. You can make the transition smoother by adding "transition: 0.3s; or what suits you in sec " by adding it in 1- ".hover:hover" will make it change smoothly to the color. 2- ".hover" will change it back. For more info: (https://www.w3schools.com/css/css3_transitions.asp) (https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions) Keep up the good work๐Ÿ‘!

    Marked as helpful

    0
  • Gretel Rodriguezโ€ข 20

    @The-Fat-Cat

    Submitted

    Hi guys! I'm a fairly new coder and wanted to get feedback on my code. Something I struggled with was margin and padding properties. I found that for the most part I was doing guesswork to position my image using the dimensions of the screen. I also wanted to see if there's ways I can make my code smaller and cleaner (i.e achieving the same results using less code). Additional question regarding the position property. I noticed that another way to position my elements were setting the position property to absolute and defining the margins but that wasn't ideal for responsive websites (ex if you resize the window) so if anyone could give me tips on what scenarios the property values are best used for that would be amazing! :)

    Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Hi Gretel Rodriguez Congrats on your first project ๐ŸŽ‰, 1- I would suggest to separate CSS from HTML , by creating new file called style.css and connect it to your HTML

    2- The best way to center your dev is using grid "as far as I know". you can use (display: grid; /place-items: center;) to center the card in the middle of the screen For info in details: (https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) Or (https://www.w3schools.com/css/css_grid.asp) Keep the good work๐Ÿ‘

    Marked as helpful

    0
  • Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Great job ๐Ÿ‘ you made it look nearly perfect to the preview. You can make the transition smoother by adding "transition: 0.3s; or what suits you in sec " by adding it in 1- ".hover:hover" will make it change smoothly to the color. 2- ".hover" will change it back. For more info click on the link "https://www.w3schools.com/css/css3_transitions.asp" Keep up the good work!

    Marked as helpful

    0
  • Qstar12โ€ข 70

    @Qstar12

    Submitted

    Hi!

    I'm interested in your feedback as well as your mentorship. Feel free to add value to my growth and overall understanding. It will be greatly appreciated.

    Mohamed Fathyโ€ข 160

    @M0hamedF

    Posted

    Hi @Qstar12 There is an option in the inspect called lighthouse it will tell you your accessibility issues before submitting it here. https://developers.google.com/web/tools/lighthouse#get-started Keep the good work ๐Ÿ‘

    Marked as helpful

    1