Answers for "how to give a tag image background"

0

html img src background

#page {
    background-image: url('http://gianlucaguarini.com/canvas-experiments/jQuery.BlackAndWhite/files/big-img.jpg');
    width: 800px;
    height: 533px;
}
Posted by: Guest on August-04-2021
0

anchor tag background image html

.login {
  background: url(../img/user.png) no-repeat 6px center;
  width: 100px;
  height: 100px;
  display: block;
}
Posted by: Guest on November-03-2020

Code answers related to "how to give a tag image background"

Browse Popular Code Answers by Language