Skip to content

Commit 63da064

Browse files
authored
Merge pull request #3 from kingstone-debug/master
Create andrei.html
2 parents e06f792 + 9b8192a commit 63da064

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

andrei.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<div class="container">
11+
<div class="row d-flex">
12+
<div class="col-md-3 col-sm-6 py-1">
13+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">1</h1></div>
14+
</div>
15+
<div class="col-md-3 col-sm-6 py-1">
16+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">2</h1></div>
17+
</div>
18+
<div class="col-md-3 col-sm-6 py-1">
19+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">3</h1></div>
20+
</div>
21+
<div class="col-md-3 col-sm-6 py-1">
22+
<div class="justify-content-center text-center" style="background-color: blue; height: 100px;"><h1 class="text-danger" style="padding-top: 20px;">4</h1></div>
23+
</div>
24+
</div>
25+
</html>

0 commit comments

Comments
 (0)