Help to design the layout a newbie
Hi, I want to make this design, I need to center my layout and responsive to mobile, any suggest or advice? Thank
4 Replies
You can use grid or flexbox for responsiveness.
Ok, thanks
The only difference I really see is the input? Just use a flex-wrap on the container holding the input +button. Or grid with auto-fit.
Ok, I will try it