-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhorogkereszt.html
93 lines (87 loc) · 3.69 KB
/
horogkereszt.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.2/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="container-fluid mt-3">
<h1>Two Unequal Responsive Columns</h1>
<p>Resize the browser window to see the effect.</p>
<p>The columns will automatically stack on top of each other when the screen is less than 576px wide.</p>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
<div class="row">
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
<div class="col-sm-1 p-3 bg-white text-white"></div>
<div class="col-sm-1 p-3 bg-dark text-white"></div>
</div>
</div>
</body>
</html>