0
Flexbox navigation help
https://code.sololearn.com/WMZSwdV15yJO in this example if i increase the width of the browser the navigation items also stretch. But I want them to be a certain width whatever the window size is. How to do this with flexbox? and for small devices I will design them differently
4 Respostas
+ 5
use unit
width :100vw for container
and play with flexbox
https://code.sololearn.com/Wqwc2gEQ7sR7/?ref=app
+ 1
Use @media for targeting different screen sizes
+ 1
thanks I did that already
0
I found my answer