mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
12 lines
210 B
HTML
12 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<style>
|
|
span.fake-first-letter { color: red; font-size: 200%; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span class="fake-first-letter">S</span>ome text</p>
|
|
</body>
|
|
</html>
|