Old paper background texture with just css
May I suggest my solution ? (tested on Chrome v92+, Firefox v90+, Edge v92+). A bit of box shadow : #parchment { position: absolute; display: flex; width: 75%; min-height: calc((1vw + 1vh) * 75); /* center page with absolute position */ top: 0%; left: 50%; transform: translate(-50%, 0); margin: 2em 0; padding: 4em; box-shadow: 2px … Read more