Answers for "total widht of scren css"

8

get screen width javascript

window.screen.width
//or just
screen.width
Posted by: Guest on May-20-2020
-2

how do i make a div full width with css

.row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: 100px;
 margin-top: 100px;
 left: 50%;
}
Posted by: Guest on April-20-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language