-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdivv.html
More file actions
16 lines (14 loc) · 911 Bytes
/
divv.html
File metadata and controls
16 lines (14 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./src/output.css">
<title>Document</title>
</head>
<body>
<div class="columns-2"><p>Well, let me tell you something, ...</p> <p >Sure, go ahead, laugh...</p> <p class="break-after-column">Maybe we can live without...</p> <p>Look. If you think this is...</p></div>
<div class="columns-2"> <p>Well, let me tell you something, ...</p> <p class="break-before-column">Sure, go ahead, laugh...</p> <p>Maybe we can live without...</p> <p>Look. If you think this is...</p></div>
<div class="columns-2"> <p>Well, let me tell you something, ...</p> <p class="break-inside-avoid-column">Sure, go ahead, laugh...</p> <p>Maybe we can live without...</p> <p>Look. If you think this is...</p></div>
</body>
</html>