blog.scss 257 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .blog { .blog-cover { margin: -15px; position: relative; h3 { position: absolute; bottom: 0; background-color: rgba(0, 0, 0, 0.4); color: white; padding: 10px 15px; margin: 0; width: 100%; } } }