/* header area with fold / tape effect */ .blog-header padding: 2.5rem 2rem 1.5rem 2rem; border-bottom: 2px dashed #e2d8c6; background: #fefaf0; position: relative;
To modernize, look for the max-width property in your CSS. Change: width: 910px; to: max-width: 910px; width: 100%; html 910 blogspotcom
<figure> <img src="YOUR_IMAGE_URL" alt="Description" style="width: 100%; max-width: 600px;"> <figcaption style="font-style: italic; text-align: center;">This is your caption.</figcaption> </figure> /* header area with fold / tape effect */
[Current Date] Reading Time: 12 Minutes Difficulty: Intermediate border-bottom: 2px dashed #e2d8c6