0
What are the different measurements used in CSS to measure width, breath, etc
CSS measuremen
5 Answers
+ 4
Inioluwa Atanda
It depends on browsers width and height
Means it will be different for each device depending on width and height
for example
50vh = always 50% of viewport
+ 5
Inioluwa Atanda
vh means viewport height and vw means viewport width
1vw = 1% of viewport width
For more information âšď¸
You can visit : [https://www.w3schools.com/cssref/css_units.asp]âď¸
+ 1
Thanks so much
So how is it used??
0
How is em diferent from px
0
Ok thanks
How about vh?