mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
10 lines
150 B
HTML
10 lines
150 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body::first-letter { float: left; }
|
|
</style>
|
|
</head>
|
|
<body style="text-transform: capitalize;">T</body>
|
|
</html>
|