Template:TextButton: Difference between revisions

Template page
(Created page with "<div style="position: relative; text-align: center; border: none;"> link={{{link}}} <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #ffffff;"> <p>[[{{{link}}} | {{{text}}}]]</p> </div> </div>")
 
No edit summary
Line 1: Line 1:
<div style="position: relative; text-align: center; border: none;">
<div style="position: relative; text-align: center; border: none;">
   [[File:button_background.png|link={{{link}}}]]
   [[File:button_background.png|link={{{link}}}]]
   <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #ffffff;">
   <div style="text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #ffffff;">
         <p>[[{{{link}}} | {{{text}}}]]</p>
         <p>[[{{{link}}} | {{{text}}}]]</p>
   </div>
   </div>
</div>
</div>

Revision as of 14:05, 17 November 2023

 link={{{link}}}

[[{{{link}}} | {{{text}}}]]