Template:TextContentOverlay: Difference between revisions

From Infinite Nomic Wiki
miraheze>Nyhilo
Forgot to put the tag around the css
miraheze>Nyhilo
Undo revision 2570 by Nyhilo (talk)
Line 1: Line 1:
<style>
<style>
.nomic-text-overlay {
   color: transparent;
   color: transparent;
   font-size: 1.5em;
   font-size: 1.5em;
Line 6: Line 5:
   padding: 1em;
   padding: 1em;
   max-width: 720px;
   max-width: 720px;
}
</style>
</style>
<div class="nomic-text-overlay">
<div class="nomic-text-overlay">
{{{HTML}}}
{{{HTML}}}
</div>
</div>

Revision as of 22:06, 14 April 2022

<style>

 color: transparent;
 font-size: 1.5em;
 position: absolute;
 padding: 1em;
 max-width: 720px;

</style>

{{{HTML}}}