-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflexbox.html
50 lines (50 loc) · 3 KB
/
flexbox.html
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
49
50
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale= 1.0">
<title>My web page</title>
<style media="screen">
.container {
display:flex;
flex-wrap:wrap;
}
.container > div {
background-color:springgreen;
font-size: 20px;
margin: 20px;
padding: 20px;
width:200px;
}
</style>
</head>
<body>
<div class="container">
<div>A.that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>A.that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>A. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>B. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>C. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>D. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>E. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>F. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>H. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>I. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>J. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>K. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
<div>L. that boy you taught stupid things willbe a thone in your flesh so take that for granted or not, life is not a race but a purpose according to your internallised dramas
</div>
</div>
</body>
</html>