I have this HTML:
<a href="http://waterfordwhispersnews.com/2017/01/19/im-the-only-one-creating-jobs-around-here-local-drug-dealer-slams-government/#FB-Comments" class="link-preview" target="_blank" rel="nofollow">
<div class="link-area">
<div class="og-image">
<a href="http://waterfordwhispersnews.com/wp-content/uploads/2017/01/grater.jpg" title="" class="fancybox" rel="article0">
<img src="http://waterfordwhispersnews.com/wp-content/uploads/2017/01/grater.jpg">
</a>
</div>
<div class="descriptions">
<div class="og-title">
“I’m The Only One Creating Jobs Around Here” Local Drug Dealer Slams Government
</div>
<div class="og-description">
WATERFORD drug dealer Richie 'The Grater' Harrington has today slammed the Irish government for ignoring the young people in his council est…
</div>
</div>
</div>
</a>
The looks like this:
I'd like to add CSS to make it look more like a Facebook post, but I'm not sure where to start with this.
The idea is this a preview of a news post, that I would link in a blog post discussing it. This is the hexo plug-in I'm using to generate it. https://github.com/minamo173/hexo-tag-link-preview
At the very least, it needs to be boxed in. As of now, it's just inheriting the styling for links and images for a typical post.