Skip to content

Commit 434bf0c

Browse files
v0.94
Added a link to Wes Bos Grid course at the bottom section
1 parent 2673e5a commit 434bf0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ <h3 class="grid-options__title">Here are the basic CSS Grid properties used in t
262262
<section class="bonus-materials">
263263
<h2 class="bonus-materials__title">Additional resources</h2>
264264
<p class="bonus-materials__description">Because CSS Grid is much more robust than shown in this app, I recommend looking at additional resources listed below:</p>
265+
266+
<a class="bonus-materials__link" href="https://cssgrid.io/" rel="noopener" target="_blank" title="">Wes Bos CSS Grid Course (Free!)</a>
265267
<a class="bonus-materials__link" href="https://css-tricks.com/snippets/css/complete-guide-grid/" rel="noopener" target="_blank" title="">CSS Tricks - A Complete Guide to Grid</a>
266268
<a class="bonus-materials__link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout" rel="noopener" target="_blank" title="">MDN - CSS Grid Layout</a>
267269
<a class="bonus-materials__link" href="https://www.youtube.com/watch?v=7kVeCqQCxlk" rel="noopener" target="_blank" title="">[VIDEO] CSS Grid Changes EVERYTHING - Morten Rand-Hendriksen</a>

0 commit comments

Comments
 (0)