CSS Background Shorthand
Preview
Code
<style>
.box{
background:#bfdbfe url(https://picsum.photos/200) no-repeat center;
height:200px;
}
</style>
<div class="box"></div>
<style>
.box{
background:#bfdbfe url(https://picsum.photos/200) no-repeat center;
height:200px;
}
</style>
<div class="box"></div>