Difference between revisions of "Dn-button-1"

From EncyclopAtys

Jump to: navigation, search
m
m
 
Line 5: Line 5:
 
{{:dn-button-1/usage}}
 
{{:dn-button-1/usage}}
 
{{:dn-button-1/code}}
 
{{:dn-button-1/code}}
<noinclude>
+
</noinclude>

Latest revision as of 21:32, 24 February 2021

{{{text}}}


Usage

{{:dn-button-1
|text=Button caption
}}

Code

<div style="
float: left;
height: 100%;
width: 98px;
border-radius: 6px;
background-image: linear-gradient(to right, #1A4A7A 70%, #043464);
text-align: center;
box-shadow: 5px 5px 4px #9BCDFD;
color: #85B7E7;
">
'''{{{text}}}'''
</div>