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

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

Why TD is used in HTML?

How to use the datalist tag in HTML?

Difference between Public vs Internal vs Private state variables in solidity programming langauge with example ?

How to use string in Solidity programming language ?

What is IMG tag in HTML?

How to add Amazon website inside iframe?