summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/reference/inline-svg-margin-padding-border-ref.html
blob: af448096455452c5c2ed5f783f01e6c1ddd5eb07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test Reference: Scroll multiple background images that are positioned</title>
<link rel="author" title="Google" href="http://www.google.com/" />
<style type="text/css">

* {
    margin: 0;
    padding: 0;
}

#container {
    margin: 10px;
    padding: 10px;
    border: 10px solid green;
}

#container div {
    width: 60px;
    height: 60px;
    background: green;
}

</style>
</head>
<body>
<div id="container" style="margin: 10px; width: 60px; height: 60px;"><div></div></div>
</body>
</html>