From d5592dce753c15defb901b044c35da97e8780117 Mon Sep 17 00:00:00 2001 From: snowicecat Date: Wed, 21 Sep 2016 10:55:12 -0400 Subject: [PATCH] Fix missing example in 3.4:Text Size In the previous version, it does not have the example of how to add height and width style, now I add an example to tell the user how to change the style in html code --- slides/03-Designers/03-text.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/03-Designers/03-text.html.md b/slides/03-Designers/03-text.html.md index 67ff017..f500030 100755 --- a/slides/03-Designers/03-text.html.md +++ b/slides/03-Designers/03-text.html.md @@ -42,6 +42,7 @@ layoutData: will notice that the words bleed outside the box below. Try fixing this example by specifying the width and height as relative units, such as ems. Set the height to 3em and width to 10em and verify your answers. + Example: `style="height:3em; width:10em"`. code: |