Overview
Article preview component is a challenge from frontendmentor.io to create an blog post or article card section which provide the image on the left side and a flash article content, the author and the button to popup the social media account for the author on the right side.


How I Create It
I use HTML and CSS from scratch to create it. I use flexbox which is CSS display to make the column on the left and right, also make the description vertically center so the position will be balance with the image. I use javascript to make social media share popup by add active class on it.
