I want to create borders underneath post titles
My main concern is to create a border between posts.
Two entirely different things. If you look again, there is now a solid black 3px underline at your post titles. That’s what the code I gave you did. the title “First Post” Now has an underline. -although I see you must be working on it, because the titles are now gone. ??
This will put a border/horizontal line at the bottom of each post;
.hentry {
margin: 0 0 48px 0;
position: relative;
border-bottom: #000000 2px solid;
}