Difference between revisions of "Dn-button-1/code"

From EncyclopAtys

Jump to: navigation, search
(Created page with "== Code== <syntaxhighlight> <div style="float: left; height: 100%; width: 98px; border-radius: 6px; background-image: linear-gradient(to right, #1A4A7A 70%, #043464); text-al...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== Code==
 
== Code==
<syntaxhighlight>
+
<syntaxhighlight lang='html'>
<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;">
+
<div style="
'''{{{text}}}'''</div>
+
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>
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 23:41, 19 November 2021

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>