clcto
0
Q:

image size css

body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
2

squareImage {
  border: 1px solid #ddd;	/* thickness and color of border */
  border-radius: 4px;		/* edge rounding of border */
  width: 150px;				/* width of image (px or % or auto) */
  height: auto;				/* height of image (px or % or auto) */
}
        
10
squareImage {
  border: 1px solid #ddd;	/* thickness and color of border */
  border-radius: 4px;		/* edge rounding of border */
  width: 150px;				/* width of image (px or % or auto) */
  height: auto;				/* height of image (px or % or auto) */
}
3
.element {
  background-image: url("imageFile.png");
}
2

div {
  height: 
200px;
  width: 50%;
  background-color: powderblue;
} 
3
img {
  width: width;
  height: height;
}
0

New to Communities?

Join the community