Amr Khaled
@amr4409All comments
- @AhmedfrontendlabSubmitted over 1 year ago@amr4409Posted over 1 year ago
أنت ممكن تاخد التصميم من عندي و تشوف الكود وتستفيد you can see my solution for learning
0 - @mahdi123M3Submitted over 1 year ago@amr4409Posted over 1 year ago
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 - @viniciusshenri96Submitted over 1 year ago
Hello community, this is my solution to this challenge, i put into practice my knowledge with the MVC architecture, , any feedback is welcome.
- @melad99Submitted over 2 years ago
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.
@amr4409Posted over 2 years agoYou can view my code in javascript
and add your
mailformat
in the conditionand set the
svg
in the backgroundthank you for see my feed back you can visit my profile and give me your feedback
1 - @wino97Submitted over 2 years ago@amr4409Posted over 2 years ago
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 helpful0 - @AsmiusSubmitted over 2 years ago@amr4409Posted over 2 years ago
you can resize the card and upload the file again anyway your design it's very good
0