mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
8 lines
169 B
HTML
8 lines
169 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<style scoped>
|
|
p::first-line { color: green; }
|
|
span { color: blue; }
|
|
</style>
|
|
<p>First line<br><span>Second line</span></p>
|
|
</body>
|