Design comparison
Solution retrospective
Hello everyone,
- I used mixin for responsiveness
- regex for validation I am open to any suggestions.
Community feedback
- @NaveenGumastePosted almost 3 years ago
Hay ! Paweł Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Always use
h1
first and thenh2
,h3
and so on-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
Marked as helpful1 - @GrzywNPosted almost 3 years ago
Dobra robota!
Widzę, że już używasz SASSa. Polecam ci nadawać dłuższe, zrozumiałe nazwy zmiennym dla kolorów. Lepiej dać trochę dłuższe nazwy i poprawić zrozumienie kodu niż za krótkie, bo edytor i tak zazwyczaj podpowiada nazwy i nie trzeba ich wpisywać, a SASS jest kompilowany do innego pliku, więc z poziomu rozmiaru pliku nie ma to znaczenia. Design jest zrobiony świetnie, przydałoby się tylko, żeby stopka była na samym dole. Dobry poradnik jak to zrobić: Easy sticky footer. Miłego kodowania!
Marked as helpful1@kardahimPosted almost 3 years ago@GrzywN No jakoś spodobał mi się ten scss, jeszcze jakiegoś frameworka bym chciał się nauczyć ale czasu mało. Do tej pory w sumie tylko na laraverze pracowałem.
0@GrzywNPosted almost 3 years ago@kardahim Frameworki są fajne, ale cały czas wychodzą nowe technologie i rozwiązania, więc nigdy nie można być pewnym, co będzie najlepsze. Teraz najpopularniejszy jest React, a obok powoli rozwija się Svelte i każdy, kto z nim pracuje, uważa, że jest świetny. Ja chyba, zanim się wezmę za frameworki, to jeszcze sporo minie. 😅
0@kardahimPosted almost 3 years ago@GrzywN Jak obserwowałem to liczy się teraz głównie react, vue i angular. Ale zobaczymy co będzie za kilka lat.
0 - Account deleted
Hi there 👋
Congratulate on finishing your project 🎉. You did a great job 💡. Also email validation is working well
I give some suggestions to help you take your project design to the next level 📈😉
- The button has box-shadow but does not look like as in original one I think, to fix it change it to
box-shadow: 0 6px 12px #c2d3ff;
Happy coding ☕
Maqsud
Marked as helpful0 - The button has box-shadow but does not look like as in original one I think, to fix it change it to
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord