Skip to content

Commit 653ad88

Browse files
authored
Update README.md
1 parent c33cb86 commit 653ad88

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ A django app for creating css grids
3333
</style>
3434
</head>
3535
<body>
36-
Hello World!
36+
<div class="wrapper">
37+
<div class="header">
38+
Hello World!
39+
</div>
40+
<div class="sidebar">
41+
Pssst
42+
</div>
43+
<div class="content">
44+
The main thang!
45+
</div>
46+
</div>
3747
</body>
3848
</html>

0 commit comments

Comments
 (0)