Components
Building different UI components.
Forms
- Make input elements
display: block;
so they display on their own line. - Apply a
width/inline-size: x%
to force a specific width on a form element. By default, input width is determined by itssize
attribute. When you don’t specify asize
value, it uses the default.