Difference between revisions of "User:Discoomastar/Sandbox6"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Discoomastar
>Discoomastar
Line 5: Line 5:
 
| Example
 
| Example
 
|}
 
|}
 +
 
soon tm
 
soon tm
 +
 +
{{#css:
 +
 +
.notable > .notable header {
 +
background-color: rgb(77, 144, 94);
 +
color: white;
 +
text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 0.25em;
 +
}
 +
 +
 +
}}
 +
 +
<div class="notable">
 +
 +
<div class="notable-header">
 +
Header text
 +
</div>
 +
 +
<div class="notable-content">
 +
Example
 +
</div>
 +
 +
</div>

Revision as of 12:41, 7 May 2019

Header text
Example

soon tm

{{#css:

.notable > .notable header { background-color: rgb(77, 144, 94); color: white; text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 0.25em; }


}}

Header text

Example