mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
139 B
HTML
14 lines
139 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
p:first-letter {
|
||
|
position: fixed;
|
||
|
left: 100px;
|
||
|
top: 100px;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<p>Blah blah blah
|
||
|
</body>
|
||
|
</html>
|