Watermark

to handle watrermarks



css :

<style>
.watermark {
color: #000;
font-size: 10rem;
left: 0;
opacity: 10%;
position: fixed;
top: 20%;
transform: rotate(-30deg);
}
</style>



html:

<p class="watermark">SPECIMEN</p> ⁠

Updated on: 06/09/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!