In this category, you will learn how to style text using font, size, alignment, and color properties.
Total: 15
Showing: 15
Page 1 of 1
Using Text CSS / Text Formatting
In this tutorial, we will look at methods for creative use of text, and how traditional methods of typesetting can be utilized via simple CSS rules.
Custom Bullets CSS / Text Formatting
Bullets are used as markers in html lists of data. Bullets are not limited to circles, squares, discs, and even roman numerals. Bullets can be just about anything by using CSS to create custom bullets from images.
First Letter CSS / Text Formatting
Styles can be added to the first letter of a paragraph of text much like you would find in magazines. To do this, Pseudo-elements, which add different effects to some selectors, or to a part of some selectors, are used.
Div and Span Tags CSS / Text Formatting
What if we don't want to use the crude instrument of styling an entire paragraph? How do we mark off arbitrary sections of HTML for styling? Let's take a look at another component of our style sheet toolbox: the "generic" tags, <div> and <span>.
CSS and Text CSS / Text Formatting
In this tutorial you'll learn how to have complete control over your text. Before having the control that CSS gives you over text, you were severely limited in how you could present your words.