trim background image css

Solutions on MaxInterview for trim background image css by the best coders in the world

showing results for - "trim background image css"
Melina
03 Nov 2018
1.tiledBackground {
2  background-image: url(https://www.mozilla.org/media/img/logos/firefox/logo-quantum.9c5e96634f92.png);
3  background-size: 150px;
4  width: 300px;
5  height: 300px;
6  border: 2px solid;
7  color: pink;
8}
9