M_RGB-Watermark
Hello I’m back with another release! This RGB hud is free and standalone if you edit it don’t claim it yours and always give me credits for making it!
If you look at watermark.style.css I explained everything how does CSS styles work!
This watermark only uses HTML and CSS and fxmanifest nothing else.
It’s very cool and you can customize it pretty quick and fast!
How to add more labels/watermarks?
- Edit watermark.html go below h1 and type this code below h1
<h2>Label 2</h2>
- To make it rainbow go to watermark.style.css and find h1 copy that whole h1 text to end {
- Then change the one you copied (h1) to (h2) like this below example:
h2 {
font-family: Pricedown; /* GTA5 Font */
animation: rgb 5s linear infinite alternate; /* RGB Animation */
color: #0888ff; /* Default Text Color Before Rainbow Animation */
position: absolute; /* Changes Position to Absolute */
font-size: 38px; /* Modify your Font-Size for watermark */
text-align: left; /* Changes text-aling middle of screen = center */
text-shadow: 3px 3px black; /* Add cool shadow for our text to make easible read */
top: 72%; /* Higher value goes down and lower value goes up */
left: 2.5%; /* Smaller value goes left and higher goes right */
}
- Then you can change top: from 72 to 66 so it won’t be inside h1 watermark. And done!
Installation Tutorial:
- Download file here and open it with Winrar or 7zip
- Drag & Drop the file to your resources.
- Add it to your server.cfg “start M_RBG-Watermark”
- Done!