Skip to content

Commit e8c4e97

Browse files
committed
Prettier
1 parent 6e6fd62 commit e8c4e97

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

learn/tasks/sizing/height-min-height-download.html

+33-31
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,47 @@
55
<title>Sizing Task 1: height and min-height</title>
66

77
<style>
8-
body {
9-
background-color: #fff;
10-
color: #333;
11-
font: 1.2em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
12-
padding: 1em;
13-
margin: 0;
14-
}
15-
16-
.box {
17-
border: 5px solid #000;
18-
width: 400px;
19-
margin-bottom: 1em;
20-
}
21-
22-
.preview {
23-
min-height: 400px;
24-
}
25-
26-
.box1 {
27-
28-
}
29-
30-
.box2 {
31-
32-
}
33-
8+
body {
9+
background-color: #fff;
10+
color: #333;
11+
font: 1.2em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
12+
padding: 1em;
13+
margin: 0;
14+
}
15+
16+
.box {
17+
border: 5px solid #000;
18+
width: 400px;
19+
margin-bottom: 1em;
20+
}
21+
22+
.preview {
23+
min-height: 400px;
24+
}
25+
26+
.box1 {
27+
}
28+
29+
.box2 {
30+
}
3431
</style>
3532
</head>
3633

3734
<body>
38-
3935
<div class="box box1">
40-
<p>Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic. Gumbo beet greens corn soko endive gumbo gourd. </p>
36+
<p>
37+
Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh
38+
onion daikon amaranth tatsoi tomatillo melon azuki bean garlic. Gumbo
39+
beet greens corn soko endive gumbo gourd.
40+
</p>
4141
</div>
4242

4343
<div class="box box2">
44-
<p>Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic. Gumbo beet greens corn soko endive gumbo gourd. </p>
44+
<p>
45+
Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh
46+
onion daikon amaranth tatsoi tomatillo melon azuki bean garlic. Gumbo
47+
beet greens corn soko endive gumbo gourd.
48+
</p>
4549
</div>
46-
4750
</body>
48-
4951
</html>

0 commit comments

Comments
 (0)