“Image W3 CSS” Réponses codées

Image CSS

/* CSS for Desktop */

.country-background-img {
  background: url('https://placeimg.com/1000/695/animals');
  background-repeat: no-repeat;
  background-size: cover;
  height: 695px;
  padding: 60px 30px 0 30px;
  margin-top: 50px;
}


/* Responsive CSS */

.country-background-img {
  height: auto;
  text-align: center;
  background-attachment: fixed;
}
Smoggy Seahorse

Image W3 CSS

.country-background-img {
  background: url('https://placeimg.com/1000/695/animals');
  background-repeat: no-repeat;
  background-size: cover;
  height: 695px;
  padding: 60px 30px 0 30px;
  margin-top: 50px;
}


/* Responsive CSS */

.country-background-img {
  height: auto;
  text-align: center;
  background-attachment: fixed;
}
Xanthous Xenomorph

Image W3 CSS

.country-background-img {
  background: url('https://placeimg.com/1000/695/animals');
  background-repeat: no-repeat;
  background-size: cover;
  height: 695px;
  padding: 60px 30px 0 30px;
  margin-top: 50px;
}
Xanthous Xenomorph

Réponses similaires à “Image W3 CSS”

Questions similaires à “Image W3 CSS”

Plus de réponses similaires à “Image W3 CSS” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code