diff --git a/templates/lesson-example.md b/templates/lesson-example.md index 0a2712c83b6..fa8e3a23003 100644 --- a/templates/lesson-example.md +++ b/templates/lesson-example.md @@ -1,6 +1,6 @@ ### Introduction -This example takes snippets from the Box Model lesson in Foundations (with some tweaks), and is meant to show how an authored project might look after following the style guide. +This awesome example takes snippets from the Box Model lesson in Foundations (with some tweaks), and is meant to show how an authored project might look after following the style guide. Now that you understand the basic syntax of HTML and CSS, we’re going to get serious. The most important skills you need to master with CSS are positioning and layout. Changing fonts and colors is a crucial skill, but being able to put things exactly where you want them on a webpage is even more crucial. After all, how many webpages can you find where absolutely every element is just stacked one on top of another?