Image Customization and LInks

Background Image Css :


#class {

border: 2px solid black;
padding: 25px;
background: url ( url goes here );
background-repeat: no-repeat;
background-size: auto;

}




Image in direct html


<img src="image location goes here" alt="alt seo text"

style="float:left;
width:170px;
height:90px;
margin-left:0px;
margin-bottom:10px;
margin-top:0px ;"

/>