/* In this block there is a picture whose width is 600px - registered it and stretches your content */
.bigmg {
top: 0px;
position: absolute;
z-index: -500;
left: 0;
overflow: hidden;
width: 100%;
}
.fixed {
width: 50px;
height: 100px;
position: fixed;
right: 5%;
top: 15%;
background-color: #000;
z-index: 1000;
}
Find more questions by tags Adaptive designGoogle ChromeCSS
Well, I wrote styles:
Then the picture will be cropped and all - jordi commented on April 19th 20 at 12:11
helped the following solution:
wrap everything in a div, give him 100% width and overflow hidden - Kaden_Sip commented on April 19th 20 at 12:14