how to get width of screen in css code example
Example 1: get screen width javascript
window.screen.width
//or just
screen.width
Example 2: device width js
window.screen.availWidth
Example 3: width in % of a screen css
1vw = 1% of viewport width
1vh = 1% of viewport height