blob: 5cc73428fc1617746db93b7ff09bd93855b5efa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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>
|