Submitted over 2 years ago
Landing Page using Flex-Box and Media Query's
@NazimFilzer
Design comparison
SolutionDesign
Solution retrospective
if there is any better Methods please let me Know
Community feedback
- @vanzasetiaPosted over 2 years ago
Hello there, Nazim! π
Great work on this challenge! Your solution looks pretty good! π
Some feedback from me.
- Always specify the
type
of thebutton
. In this case, set the type of them astype="button"
. It's going to prevent the button from behaving unexpectedly. - "Cancel Order" button should be an interactive element (either
button
or anchor tag depending on what you think is going to happen after the user clicks the button). - Always use classes to reference all the elements that you want to style. Using
id
is going to make your stylesheet have high specificity (hard to maintain). - Create a custom
:focus-visible
styling to any interactive elements (button
, links,input
,textarea
). This will make the users can navigate this website using keyboard (by usingTab
key) easily.
I hope this helps! Keep up the good work! π
1 - Always specify the
- @Kamasah-DicksonPosted over 2 years ago
Great job responsive on smaller devices Keep coding broππ
1@NazimFilzerPosted over 2 years ago@Kamasah-Dickson Tysm for ur Valuable Response. These words will be a Motivation for the nxt π.
0@Kamasah-DicksonPosted over 2 years ago@NazimFilzer Am glad to hear that πͺ
1
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