Looking for a solution to display an image on the left side of the webpage, centered regardless of screen size. Currently using hardcoded styles which I'm trying to avoid.
Below is my HTML code:
<a class="youtube" style="float: left; margin-top: 300px;" href="http://www.youtube.com/watch?v=4eYSpIz2FjU" title="TEAMS DEMO"><img alt="demo" src="images/demo.png"></img></a>
Any assistance would be greatly appreciated!
Thank you in advance.