-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnew.html
More file actions
48 lines (39 loc) · 723 Bytes
/
new.html
File metadata and controls
48 lines (39 loc) · 723 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
<style>
.column {
float: left;
width: 33.33%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
<div class="wrapper">
<div class="column">
co;lum1
<div class="row">
lklfmsdklfmdsf
f;dskmfd
<div class="row">
dfsdfsdf
</div>
</div>
</div>
<div class="column">
co;lum2
<div class="row">
lklfmsdklfmdsf
</div>
</div>
<div class="column">
co;lum3
<div class="row">
lklfmsdklfmdsf
</div>
</div>
</div>
</html>