---
title: Estilizar texto
slug: Learn/CSS/Styling_text
tags:
- CSS
- Hiperligações
- Principiante
- Texto
- Tipos de Letra
- letra
- lina
- listas
- modulo
- sombra
- tipo de letra
- tipos de letra da Web
translation_of: Learn/CSS/Styling_text
original_slug: Learn/CSS/Estilo_de_texto
---
{{LearnSidebar}}
Com os conceitos básicos da linguagem CSS cobertos, o próximo tópico de CSS para se concentrar será o estilo de texto - uma das coisas mais comuns que irá fazer com CSS. Aqui, nós vamos ver os fundamentos do estilo de texto, incluindo a configuração do tipo de letra, negrito, itálico, espaçamento de linha e letra, sombras e outros recursos de texto. Nós completamos o módulo ao analisar a aplicação de tipos de letra personalizadas para a sua página, e listas de estilo e hiperligações.
Pré-requisitos
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.
Nota: 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 Thimble.
Guias
This module contains the following articles, which will teach you all of the essentials behind styling HTML text content.
In this article we go through all the basics of text/font styling in detail, including setting font weight, family and style, font shorthand, text alignment and other effects, and line and letter spacing.
Lists behave like any other text for the most part, but there are some CSS properties specific to lists that you need to know about, and some best practices to consider. This article explains all.
When styling links, it is important to understand how to make use of pseudo-classes to style link states effectively, and how to style links for use in common varied interface features such as navigation menus and tabs. We'll look at all these topics in this article.
Here we will explore web fonts in detail — these allow you to download custom fonts along with your web page, to allow for more varied, custom text styling.
Avaliações
The following assessments will test your understanding of the text styling techniques covered in the guides above.