mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
13 lines
139 B
HTML
13 lines
139 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
p:first-letter {
|
|
position: fixed;
|
|
left: 100px;
|
|
top: 100px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p>Blah blah blah
|
|
</body>
|
|
</html>
|