forked from said11707/CoCreate-toggle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandrei.html
More file actions
25 lines (25 loc) · 1.32 KB
/
andrei.html
File metadata and controls
25 lines (25 loc) · 1.32 KB
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
<!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="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<title>Document</title>
</head>
<body>
<div class="container">
<div class="row d-flex">
<div class="col-md-3 col-sm-6 py-1">
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">1</h1></div>
</div>
<div class="col-md-3 col-sm-6 py-1">
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">2</h1></div>
</div>
<div class="col-md-3 col-sm-6 py-1">
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">3</h1></div>
</div>
<div class="col-md-3 col-sm-6 py-1">
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">4</h1></div>
</div>
</div>
</html>