Answers for "How to move image up in html"

CSS
2

how to move an image up in css

.image{
  position: relative; 
  top: -125px;
}
Posted by: Guest on October-17-2020
-1

html how to move a image

<img style="padding-left:10px" src="yourimage.png" alt="MyImage">
Posted by: Guest on September-28-2021

Browse Popular Code Answers by Language