Timeline Style Blog Comments: Revamp
This is a revamp of the Timeline Style Blog Comments that was posted earlier. This has made to look more similar to the Facebook's timeline by changing the colors and background details. Though everything else is same as the previous one.
The timeline bar is the
::before
pseudo element of section while the dot markers are the same of each article. The speech bubble is simple to achieve, infact it's a common trick these days. You just set some backgrounds and borders on one of the pseudo elements, position it absolutely with proper offsets, and specify somewidth
,height
and csstransforms
if needed.