CSS
CSS Introduction
CSS Selectors
CSS Color
CSS Background
CSS Border
CSS Margin
CSS Padding
CSS Box Model
CSS Text
CSS Font
CSS Link
CSS List
CSS Overflow
CSS Display
CSS Combinators
CSS Pseudo-classes
CSS Navigation Bar
CSS Hover
CSS Z-index
CSS Media Queries
CSS Shadow
CSS 2D Transform
CSS Animations
CSS Button
CSS FlexBox
CSS Grid
CSS Pagination
CSS Text Styling
In this tutorial, we will cover some of the important text styling properties:
Text Decoration
The text-decoration property adds various types of text decorations.
<html lang="en">
Text Alignment
The text-align property is used to align the text within the container. The container can be a div, section, etc.
Text Transformation
It transforms the text case.
<html lang="en">
Letter Spacing
The letter-spacing property allows you to specify the spacing between each character in the text. The property values can be in pixels (px), em, rem, percentage (%), etc.
<html lang="en">
Line Height
The line-height property controls the spacing between two lines of text.
<html lang="en">
Text Shadow
The text-shadow property adds a shadow to the text.
<html lang="en">