Latest solutions
Base Apparel Coming Soon Page
Submitted 14 days agoI couldn't make the button in the form inside the input mail like the design, but either way try to make it appealing?
Latest comments
- @Jahsbaby@jarthurofv
Great work! Maybe trying using display: flex on the .agba-dev div, to align the items in a row like the original design. Maybe trying using some padding on each box to have some spacing between the borders of the box and the content between each one?
- @amaanahmed02@jarthurofv
hi, great work! Maybe trying using media querie for responsiveness and using flex-direction: column, to stack all the beautiful boxes.
- @CyrilPrince1What are you most proud of, and what would you do differently next time?
im proud of being able to use css grid and making it responsive..next time i will using flexbox for this kind layout and see the outcome of it
What challenges did you encounter, and how did you overcome them?making the card responsive on mobile. i used grid layout and the outcome was successful
@jarthurofvHi, great work! Even though buttons do not have to use cursor: pointer. it's a common practice because it improves the user experience by signaling that the button is interactive. The cursor visually indicates that the element is clickable, which aligns with user expectations for buttons or links.
Great use of grid elements.