From 2290ff434f395135f914288a9f06a7ed77aeea3b Mon Sep 17 00:00:00 2001 From: Brian Keeley Date: Wed, 16 Oct 2024 18:24:23 -0400 Subject: [PATCH] feat: added the word - awesome - to lesson-example template --- templates/lesson-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?