+ 1
Is CSS display:flex; align-items:flex-end; not possible with the playground editor?
I tried it in my Blogpage but it did not work. It didn't even recognize the flex-end. At least the editor did not change the color.
4 Réponses
+ 3
Would you mind posting a link to the relevant Code Playground project for testing purposes, please?
+ 1
vh stand for viewport height, css unit relative to it, so 1vh equals 1% of viewport height...
Related css units are vw (viewport width), vmin (min value of viewport width againt height) and vmax (max of viewport width/height).
playground editor support for flex depends mainly of device used, and if you use it in app or in web browser context...
0
Hey, thanks for the answers. What does VH in height stand for? Something like full height of the screen?