Skip to content

Commit 87dee0b

Browse files
authored
Update README.md
1 parent 191e3ff commit 87dee0b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,25 @@ I'm going to make some assumptions about what's around us. These are predicated
6464
<meta charset="utf-8">
6565
<style>
6666
{% grid %}
67+
68+
.box {
69+
background-color: #444;
70+
color: #fff;
71+
border-radius: 5px;
72+
padding: 20px;
73+
font-size: 150%;
74+
}
6775
</style>
6876
</head>
6977
<body>
7078
<div {% grid_wrapper %}>
71-
<div {% grid_area 'header' %}>
79+
<div class="header box">
7280
Hello World!
7381
</div>
74-
<div {% grid_area 'sidebar' %}>
82+
<div class="sidebar box">
7583
Pssst
7684
</div>
77-
<div {% grid_area 'content' %}>
85+
<div class="content box">
7886
The main thang!
7987
</div>
8088
</div>

0 commit comments

Comments
 (0)