6 lines
76 B
HTML
6 lines
76 B
HTML
<style>
|
|
body::before {
|
|
display: ruby;
|
|
content: " ";
|
|
}
|
|
</style>
|