Files
oam/snippets/alert.md
2024-03-18 18:19:38 +01:00

18 lines
319 B
Markdown

<!-- markdownlint-disable-file MD041 -->
<div class="alert" style="
background-color: rgba(255,0,0,0.0625);
border: solid tomato; /* #FF6347 */
margin: 1em 0;
padding: 1em 1em 0;
">
<header style="
font-weight: bold;
margin-bottom: 0.5em;
text-align: center;
">🛑 Alert 🛑</header>
content
</div>