I'm developing a website at BootStrap
! It is doing very well to be Responsivo
.
smartphones
half goes down, but low, about 10 or so 20 pixels goes white!
Question: How do I resolve this?
I tried to use:
@media (min-width: 400px) {
body {
background-color: #ff0080;
}
}
BODY code:
body {
background-image: url ( "http://fullhdpictures.com/wp-content/uploads/2016/04/Amazing-Clash-Royale-Wallpaper.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cobertura;
-moz-background-size: cobertura;
-o-background-size: cobertura;
background-size: cobertura;
}
But, whenever the screen goes down, background
all exits and only gets CSS
!
Question: How do I avoid this, just change what's inside background
and the rest be original?
If you want to do a JsFiddle!