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

  • Amr Khaled 170

    @amr4409

    Posted

    أنت ممكن تاخد التصميم من عندي و تشوف الكود وتستفيد you can see my solution for learning

    0
  • Amr Khaled 170

    @amr4409

    Posted

    You can fix this problem with this code Add this code to your file.css

    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    }
    body {
    font-family: "Red Hat Display", sans-serif;
    background: url(./images/pattern-background-desktop.svg) no-repeat, var(--pale-blue);
    background-size: 100%, contain;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    
    @media (max-width: 475px) {
    body {
    padding: 0 20px;
    background: url(./images/pattern-background-mobile.svg) no-repeat, var(--pale-blue);
    }
    }
    
    0
  • Amr Khaled 170

    @amr4409

    Posted

    this is very cool 👌👌

    1
  • Melad 220

    @melad99

    Submitted

    Just finished this challenge ... the JavaScript was the most difficult when I try to validate the email and show the error but finally, I did it also I will update the mobile responsive and enhance it soon.

    Amr Khaled 170

    @amr4409

    Posted

    You can view my code in javascript

    the code

    and add your mailformat in the condition

    and set the svg in the background

    thank you for see my feed back you can visit my profile and give me your feedback

    1
  • Amr Khaled 170

    @amr4409

    Posted

    Excellent job on this challenge! your report has a few issues though:

    -1.wrap everything in your body in <main> or use semantics

    -2.it is a best practice to use both HTML 5 and ARIA landmarks to ensure all content is contained within a navigational region.

    Hope it helps:)...don't forget to mark it as helpful 👍

    Marked as helpful

    0
  • Amr Khaled 170

    @amr4409

    Posted

    you can resize the card and upload the file again anyway your design it's very good

    0