mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b3cd97da9b
r=sharparrow1, sr=roc
17 lines
272 B
HTML
17 lines
272 B
HTML
<html>
|
|
<style type="text/css">
|
|
div.test {
|
|
background-color: red;
|
|
margin: 5em;
|
|
-moz-border-radius: 10px;
|
|
}
|
|
|
|
div > div {
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="test"><div> </div></div>
|
|
</body>
|
|
</html>
|