mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
320 B
XML
14 lines
320 B
XML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>CSS and Quotes: Counting Right (Slightly Simpler Version)</title>
|
|
<style type="text/css">
|
|
<![CDATA[
|
|
.test { margin-left: 2em; }
|
|
]]>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="test">Isn't it wonderful to see CSS quotes work!!!</div>
|
|
</body>
|
|
</html>
|