Styling the post info
In this lesson we'll highlight the author and date info in our <Post>
component so that they stand out from the rest of the post content.
Import styled
into post.js
and create and use a <PostInfo>
component.
Visit one of the posts now and the date and author info are pleasingly highlighted.
For reference, this is what your site should be looking like now:
Check you're on the right track by comparing your changes with the ones in this commit.
Last updated