admintest:inline_html_and_css_test
Inline HTML and CSS test
The following snippet taken from the Vietnamese Mini World DokuWiki should also work in this wiki. If not, it'll display the raw code:
<b style="color: red; animation: blink 0.5s step-start infinite;">️🎉Bản cập nhật mới tới rồiii!!!️🎉</b>
<style>
@keyframes blink {
0%, 49% {
opacity: 1;
}
50%, 100% {
opacity: 0;
}
}
</style>
Other snippets for testing:
<p> Roses are <b style="color: red">️red</b>, violets are <b style="color: blue">️blue</b>. Mini World is <b style="color: green">️great</b>, and so are <b style="color: yellow">️you</b></p>
admintest/inline_html_and_css_test.txt · Last modified: 2024/12/01 23:50 by patred