blob: 026ddda1f13c8b67aeb8b0f3e30943d6655f9f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<style>
legend:first-letter { color: white; background: black; }
html { font-size: 2em; color: black; background: white; }
</style>
</head>
<body>
<fieldset>
<legend>Legend text</legend>
</fieldset>
</body>
</html>
|