Answers for "image in angular css"

0

image in angular css

background-image:  url(../assets/images/some-image.png);
  background-repeat: no-repeat;
  background-position: center-top;
  width: 100%; // any width
  height: 230px; // any height
Posted by: Guest on June-21-2021

Browse Popular Code Answers by Language