I learned to build responsive layouts using grids. It was very interesting to start mobile first and adjust the grid to desktop.
What challenges did you encounter, and how did you overcome them?I encountered some challenges of grids, encountered them through googling. also, there was the line-through not going through the center, for that this StackOverflow post helped
What specific areas of your project would you like help with?is it just me or everyone that uses this long css for a button ?
button { display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 600; outline: none; border: none; cursor: pointer; width: 100%; max-height: 3rem; padding: 0.5rem; border-radius: 0.5rem; column-gap: 0.5rem; background: var(--cyan-dark); color: white; } /* Also button:focus-within, button:hover, & button:active states */
Please tell me how to improve!
Suggestions and feedback are very much appreciated.