Template:TvCUnderline: Difference between revisions

Template page
(testing UX)
 
No edit summary
Line 1: Line 1:
<span style="border-bottom: 2px solid {{{color|black}}}; padding-bottom: 1px;">{{{1}}}</span>
<span style="
    display: inline-block;
    position: relative;
    padding-bottom: 2px;">
    <span style="
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(to right, rgba(255,255,255,0.1), {{{color|black}}}, rgba(255,255,255,0.1));
        filter: brightness(1.5);">
    </span>
    {{{1}}}
</span>

Revision as of 17:24, 1 December 2024

   
   
   {{{1}}}