mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
10 lines
302 B
HTML
10 lines
302 B
HTML
|
<!DOCTYPE HTML><html><head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
|
||
|
<style type="text/css">
|
||
|
body { margin: 50px; font-size: 72pt; }
|
||
|
#test { font-family: Impact, serif; font-weight: bold; font-style: italic; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body><p id="test">Bongo</p></body>
|
||
|
</html>
|