You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/css/C28.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ <h3><code>em</code> units for sizes for layout container containing text </h3>
38
38
<sectionclass="example">
39
39
<h3><code>em</code> units for text-based form controls</h3>
40
40
41
-
<p>In this example, <code>input</code> elements that contain text or accept text input by the user have been given the class name "form1". CSS rules are used to define the font size in percent units and width for these elements in <code>em</code> units. This will allow the text within the form control to resize in response to changes in text size settings without being cropped (because the width of the form control itself also resizes according to the font size). </p>
41
+
<p>In this example, <code>input</code> elements that contain text or accept text input by the user have been given <code>class="form1"</code>. CSS rules are used to define the font size in percent units and width for these elements in <code>em</code> units. This will allow the text within the form control to resize in response to changes in text size settings without being cropped (because the width of the form control itself also resizes according to the font size). </p>
0 commit comments