mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
176 B
HTML
15 lines
176 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
p:first-letter, div:first-line {
|
||
|
text-transform:uppercase;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>hello
|
||
|
<div>hello<br>kitty</div>
|
||
|
</body>
|
||
|
</html>
|