+ 16
What are the design issues faced during web development?
The designing industry is highly competitive. what are the main problems faced during the web development?! Give us your experiments and how you prevail over this issues?!
3 odpowiedzi
+ 3
I agree with 「HAPPY TO HELP」 I try to use vw (viewport width) but Its really boring
+ 3
NavMen How exactly is a unit of measurement boring?
+ 1
Ben Allen (Njinx) well first i find my device's viewport equals how many pixels. Then I replace all pixels with vw in my css code. to do that, I use (pixel)/(vw in px format) and I got bored