Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html watermark background

.watermark {
   position: fixed;
   bottom: 5px;
   right: 5px;
   opacity: 0.5;
   z-index: 99;
   color: white;
   user-select: none;
}
 
PREVIOUS NEXT
Tagged: #html #watermark #background
ADD COMMENT
Topic
Name
4+6 =