@schwalbjSubmitted over 2 years ago
Is there an alternative to using 100vh to define the container's size for flexbox? Something which will also cover the full width? I tried with 100% but that did not work?
Is there an alternative to using 100vh to define the container's size for flexbox? Something which will also cover the full width? I tried with 100% but that did not work?
Hey there You can use vw, the same way you use vh, which stands for viewport width. I hope this answers you question. Congrats on finishing the challenge.
This is my first challange ever here on FrontEnd mentor and I'm super excited about it! :D I don't have any specific question about this one, I just wanna hear some feedback about my HTML structure and CSS solution. Let me know what you think about my code. :)
Don't wanna read your code cause I'm also doing this one but congratulations! It looks great.