--- title: Styling text slug: Learn/CSS/Styling_text tags: - Beginner - CSS - CodingScripting - Fonts - Landing - Links - Module - NeedsTranslation - Text - TopicStub - font - letter - line - lists - shadow - web fonts translation_of: Learn/CSS/Styling_text ---
With the basics of the CSS language covered, the next CSS topic for you to concentrate on is styling text — one of the most common things you'll do with CSS. Here we look at text styling fundamentals including setting font, boldness, italics, line and letter spacing, drop shadows, and other text features. We round off the module by looking at applying custom fonts to your page, and styling lists and links.
We have put together a course that includes all the essential information you need to work towards your goal.
Before starting this module, you should already have basic familiarity with HTML, as discussed in the Introduction to HTML module, and be comfortable with CSS fundamentals, as discussed in Introduction to CSS.
Note: If you are working on a computer/tablet/other device where you don't have the ability to create your own files, you could try out (most of) the code examples in an online coding program such as JSBin, CodePen or Glitch.
This module contains the following articles, which will teach you all of the essentials behind styling HTML text content.
The following assessments will test your understanding of the text styling techniques covered in the guides above.