+ 1
How to put images in a certain location
How do I put an image in a certain spot? I don't know how to move the photo.
2 Respostas
+ 4
You can use margin / padding /position /
Actually it will be more clear to you when you start css
So better to use this attribute with that element
till then
Style="margin:40px; "
You can set value as per need instead of 40.
+ 3
I will suggest you to start css with html instead of python
Html and python far different in use so stop it for little bit.
and start css it will help you to practise by mixing both simultaneously.