Is there a way to position an image next to specific points on the screen so that it remains in the same place regardless of screen size?
Here is what I am trying to achieve:
https://i.stack.imgur.com/A5cop.png
Using HTML, this is my desired setup:
<img alt="star" src="star.png" />
<p>Text</p>
<p>Text</p>
<p>Text</p>
<p>Text</p>
<p>Text</p>
Can anyone help me with achieving this?