mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
259 B
HTML
26 lines
259 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<style>
|
|
|
|
body {
|
|
width: 5em;
|
|
font-family: monospace;
|
|
border: 1px solid yellow;
|
|
}
|
|
|
|
body:first-letter {
|
|
color: blue;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<span><span></span>Bbbbbbbbbbbbbb<span></span></span>
|
|
|
|
</body>
|
|
</html>
|