mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
15 lines
285 B
HTML
15 lines
285 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span { color: white; background: black; }
|
|
html { font-size: 2em; color: black; background: white; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<fieldset>
|
|
<legend><span>L</span>egend text</legend>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|