Im developing the "features" section of a website and Im having trouble aligning text to an image.
I've tried setting the alignment to middle for the image in the css file like this:
vertical-align: middle;
And used <span>
to place the text, but thats not working either.
What Im trying to acheive is very simple, but none of the solutions I've come across on here or through youtube have worked so I figured that I should just post the code, along with the image of how its supposed to look.
Heres a link to the folder containing the code: https://github.com/developedbyv/testing
Inside the folder, theres an image of how the website should look right below the index.html file
I would love any assistance on this. Thanks in advance!