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

  • @chisomwest

    Submitted

    Here are my Questions, I would really appreciate your feedback

    Overall Structure and Organization:

    • Is the overall structure of my webpage well-organized and logical?
    • Are there any best practices for structuring HTML and CSS that I should be following?

    Semantic HTML:

    • Am I using semantic HTML elements appropriately to represent the content?
    • Are there places where I could use more specific HTML elements for better semantics?

    CSS Styling:

    • Is my CSS code well-structured and organized?
    • Are there any redundant or unnecessary styles in my CSS?
    • How can I improve the readability and maintainability of my CSS?

    Responsiveness:

    • Is my webpage responsive and mobile-friendly?
    • Have I considered different screen sizes and resolutions?
    • What improvements can I make to enhance the responsiveness?

    Cross-Browser Compatibility:

    • Have I tested my webpage on different browsers, and does it display correctly?
    • Are there any specific CSS properties or features I should be aware of for cross-browser compatibility?

    What resources or tutorials would you recommend for me to improve my HTML and CSS skills?

    Are there specific topics or concepts I should focus on for my next challenge?

    @Ahmed7019

    Posted

    Well done completing this challenge , you did great job and here a tip :

    • to center the card in the middle :

    ` body :

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

    `

    1
  • @Ahmed7019

    Posted

    Hey , congratulations on completing this challenge . Here some tips :

    • To center your card try adding this to your body style : ` body {

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

    } `

    • Try adding the fonts that specified in the design style-guide file .

    Marked as helpful

    0
  • @Ahmed7019

    Posted

    Alsalam Alaykum brother . Congrats on completing this challenge . So in order to make your design better i suggest you add some padding to the card. And check on the color of the h1 as it appears to be not as the color of the design .

    Marked as helpful

    0