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 ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

Syntax of writing a different font style in HTML

How to use sandbox attribute value ( allow-top-navigation) with < iframe > tag in HTML ? with example

What is < table > tag in HTML?

How to use the datalist tag in HTML?

css for code blocks