How could you add a background watermark to the content part of a page? Adding a logo/watermark seems hard to do for me. I can't get it the size I want.
Posted2 weeks 6 days ago by Erik Wesselius (zilvervos) in Other
Recent comments
Possible agenda item: For docs.borg, maybe the non-code syntax related documentation and policies should go under a new "Organization Policies" section? Not the most pressing or exciting idea...
For reference on #2, I did open an all-encompassing issue for the technical side (I haven't had time to work on it yet): https://github.com/backdrop-ops/backdropcms.org/issues/1107
As for...
For today's dev meeting:
There are a lot of topics for today, but these two would be important:
1. AI policy
The draft ist mostly the same as back in May. Any chance, it will...
Comments
Add some markup to your page for the watermark and some css to style it as a watermark.
Here is the markup I've added to this page:
and here is the css i've added:
#background-container { position: relative; } #background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 37; color: red; transform: rotate(45deg); font-size: 92px; }Here is the stackoverflow reference: https://stackoverflow.com/questions/1191464/is-there-a-way-to-use-use-te...