Yo fellow web developers can you help me out a bit
how the fuck do i make the text and image be on the same level?
i tried border-top for the image but it also moves the text
idk wtf to do
btw if you are wondering the html for that is
how the fuck do i make the text and image be on the same level?
i tried border-top for the image but it also moves the text
idk wtf to do
btw if you are wondering the html for that is
Code:
<center><p class="header">Poor. <img src="money.png" height="90"></img></p></center>
