joacomenda
@joacomendaAll solutions
Responsive web design using flexbox
Submitted about 1 year agoHow to center vertically the container of my whole design, so it looks good in all the displays.
responsive page using media queries and flexbox
Submitted about 1 year agoLearning more about making more responsive designs, this was my first and it was very difficult
responsive page using flexbox
Submitted about 1 year agoHow can I improve mobile design to be more responsive
Blog Preview Card using flexbox
Submitted about 1 year agoI'm still finding another to put the container in the center of the page, if you have another way, plase share it.
Also, what is the best practice to make a responsive design, to make it look good on mobile
Responsive Qr-code page using flexbox
Submitted about 1 year agoWhen centering the container that holds all the project (qr-image and text), I used a flexbox with justify content: center to center ir horizontally, but vertically I couldn't figure it out, I ended up using margin: 10% to do it. Is there another way to center vertically a div using a flexbox?