mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-26 23:32:55 +00:00
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>
|