<style>
.heading {
font-family: sans-serif;
font-weight: 700;
}
.warning {
color: yellow;
}
.danger {
color: red;
}
.info {
color: blue;
}
</style>
<body>
<h1 class="heading warning">...</h1>
<h2 class="heading danger">...</h2>
<h3 class="heading info">...</h3>
</body>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter