Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 29 additions & 31 deletions learn/tasks/sizing/height-min-height-download.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,43 @@
<title>Sizing Task 1: height and min-height</title>

<style>
body {
background-color: #fff;
color: #333;
font: 1.2em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 1em;
margin: 0;
}

.box {
border: 5px solid #000;
width: 400px;
margin-bottom: 1em;
}

.preview {
min-height: 400px;
}

.box1 {

}

.box2 {

}

body {
background-color: #fff;
color: #333;
font: 1.2em / 1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 1em;
margin: 0;
}

.box {
border: 5px solid #000;
width: 400px;
margin-bottom: 1em;
}

.box1 {
}

.box2 {
}
</style>
</head>

<body>

<div class="box box1">
<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>
<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>
</div>

<div class="box box2">
<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>
<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>
</div>

</body>

</html>