Layout CSS
<style>
.blog-entry .title {
color: #ffffff;
font-family: Georgia, serif;
}
.blog-entry .content {
background-image: url ('https://i.pinimg.com/736x/3c/2c/da/3c2cdacd0d2f1df0537f6e0638632a93.jpg');
padding 20px;
border-radius: 8px;
border: 2px solid #ffffff;
}
</style>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.