/tests-github-pages

Testing 💩 for GitHub pages

Primary LanguageCSSThe UnlicenseUnlicense

Demo

Animation typewriter style using css steps()

testing with an orange bg

<style> h1 { background-color: navy; } </style>

tests-github-pages

Testing 💩 for GitHub pages

The previous and this are actaully <p>

  • This does not work:
Here is a paragraph.

And another.

this is a `p` in a `div`

here should be added something with `js`

<style> .center { display: block; margin-left: auto; margin-right: auto; } </style>

DNCE’s Waving Pug{.center}

<script> const div = document.querySelector('#text') div.style.background = 'red' const text = document.createTextNode('some text') div.appendChild(text) </script>

this is a `p` in a `div`

here should be added something with `js`

<script src='script.js'> </script>