Skip to content

Commit 4c372e6

Browse files
authored
Fix content issue 28901 (#148)
* Prettier * Remove unused CSS
1 parent 6e6fd62 commit 4c372e6

File tree

1 file changed

+29
-31
lines changed

1 file changed

+29
-31
lines changed

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

+29-31
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,43 @@
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+
.box1 {
23+
}
24+
25+
.box2 {
26+
}
3427
</style>
3528
</head>
3629

3730
<body>
38-
3931
<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>
32+
<p>
33+
Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh
34+
onion daikon amaranth tatsoi tomatillo melon azuki bean garlic. Gumbo
35+
beet greens corn soko endive gumbo gourd.
36+
</p>
4137
</div>
4238

4339
<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>
40+
<p>
41+
Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh
42+
onion daikon amaranth tatsoi tomatillo melon azuki bean garlic. Gumbo
43+
beet greens corn soko endive gumbo gourd.
44+
</p>
4545
</div>
46-
4746
</body>
48-
4947
</html>

0 commit comments

Comments
 (0)