Is CSS display:flex; align-items:flex-end; not possible with the playground editor? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

21st Nov 2018, 5:47 AM
Vinz Vík
Vinz Vík - avatar
4 Answers
21st Nov 2018, 12:05 PM
Calviղ
Calviղ - avatar
+ 3
Would you mind posting a link to the relevant Code Playground project for testing purposes, please?
21st Nov 2018, 9:43 AM
Janning⭐
Janning⭐ - avatar
+ 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...
21st Nov 2018, 1:45 PM
visph
visph - avatar
0
Hey, thanks for the answers. What does VH in height stand for? Something like full height of the screen?
21st Nov 2018, 1:20 PM
Vinz Vík
Vinz Vík - avatar