mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ad77d4e1d7
--HG-- extra : rebase_source : 9a327e8f44541ac822bc7be52caa1ceab825ccd1
12 lines
154 B
HTML
12 lines
154 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div::first-letter { color: red; font-size: 200%; background-color: blue; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
T
|
|
</div>
|
|
</body>
|