Css source code for Resizing background images with background size ,height,width,color,border

 Css source code for Resizing background images with background size ,height,width,color,border 


<html>

<div class="Resizeimage">

</div>

<style>

.Resizeimage {

  background-image: url(https://www.thinkforu.org/media/img/logos.png);

  background-size: 150px;

  width: 300px;

  height: 300px;

  border: 2px solid;

  color: black;

}

<style>

</html>

Comments

Last 7 Days

How to use referrerpolicy Attribute value (strict-origin ) with < iframe > tag in HTML ? with example

Tag is used to create inline frame ?

How to add Amazon website inside iframe?

Css source code for scrollbars

How to make a water bottle using the HTML code?

How to use autoplay and mute attribute with < video > tag in HTML for youtube ? with example

What does < Article > mean in HTML?