# Text Use different type of text to display different kind of info. ```html Info Success Warning Error Strong Italic Underline Delete Code Code ``` ```css .n-text { display: inline-block; margin: 0 8px 12px 0; } ```