2 ms·
The trick here I didn't know about is that a `<style>` element's default `display` is `none` and you can show its contents by changing that.
by malydok 7y ago
The trick here I didn't know about is that a `<style>` element's default `display` is `none` and you can show its contents by changing that.