mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
01699b9589
--HG-- extra : rebase_source : 0dcf9009a73d5f8082c09172f4ce6840be5e6c98
15 lines
238 B
HTML
15 lines
238 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div::first-line { color: red; background-color: blue; font-size: 200%; text-transform: uppercase; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div>
|
|
Line number one.<br/>Line number two.<br/>Line number three.
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|