Initial import of Dillo
This commit is contained in:
16
test/html/render/margin-auto.html
Normal file
16
test/html/render/margin-auto.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test CSS margin auto</title>
|
||||
<style>
|
||||
div {height:100px}
|
||||
.container {width:300px; background: lightgreen}
|
||||
.child {width:100px; background: brown; margin:auto }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="child"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user