Is there any way to get the%% of a monitor's total% using CSS or CSS3? I know that in JS there is width
that associates a width with the size of the monitor with a variable.
Now I need to know if there is a CSS in this way to get the total size of $(window).width();
since I need to insert this variable in CSS.