There are two <div> :
<div id='const_width' style='width: 1170px;'> <div id='set_length' style='width: 100%;'>Моя мечта - быть растянутым на всю страницу</div> </div>
How to stretch the set_length div to set_length the entire page width?
It turns out that if the screen is large, then set_length stretched to 1170px . And I need the full width of the screen
How to do this using css + js ?