I'm struggling with this one:
<div class="center-left">
<div class="new rounded">
<span class="inline"></span>TEXT<img class="make-main"></div>
</div>
2 things happen here. First, I'm trying to vertically center image and text within div, which doesn't want to work very well, for some reason text is pushed to the bottom while image to the top.
Second mystery thing that is happening is that grey frame around image, and I don't have idea where it comes from. If I use <img src= >
within html with the link to the image though, grey frame disappears.
Any help will be greatly appreciated