+ 2
How do i adjust an image in html i want to go right like 60px
3 Réponses
+ 2
You need to close a CSS tutorial for more information. Next time please save your attempt on SL Playground and link here with you question. Happy coding.
+ 1
element{
position: absolute;
left: 60px;
}
+ 1
Margin-left:60px;
🌝🌚🌝🌚🌝