2 lines
178 B
HTML
2 lines
178 B
HTML
#top { color: transparent; font-size: 0; } #top:before { content: '<link rel="stylesheet" href="#" /><span id="top">hello<span>bye</span></span>'; color: red; font-size: 1rem; }
|