Skip to content

Commit

Permalink
Docs: add property example
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicarush committed Feb 22, 2023
1 parent 373dc03 commit f0d7268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css_grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ <h1> Grid Item Properties.</h1>
<li>grid-row: 2 / 4; </li>
<li class="comment"><em>/* (Shorthand) grid-area: row-start / column-start / row-end / column-end */</em></li>
<li>grid-area: 2 / 4 / 3 / span 3;</li>
<li>place-self: center;</li>
</ul>
</code>
</div>
Expand Down

0 comments on commit f0d7268

Please sign in to comment.