Skip to content

Commit 3cf4d61

Browse files
committed
Create flexbox.html page
1 parent 1a0cb01 commit 3cf4d61

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

flexbox.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<link rel="stylesheet" href="styles.css">
6+
<title>Flexbox</title>
7+
</head>
8+
9+
<body>
10+
<h1>Flexbox</h1>
11+
<div class="flex-container">
12+
<div class="item"></div>
13+
<div class="item"></div>
14+
<div class="item"></div>
15+
</div>
16+
</body>
17+
</html>
18+
19+
20+
21+
22+
23+

0 commit comments

Comments
 (0)