Category CSS3

Control letter spacing in CSS3

We can control the spacing between characters, or learn, using the letter-spacing property. (Control letter spacing in CSS3) Letter spacing changes the appearance of your text by increasing or condensing the space between letters. We can specify letter spacing in…

Control line spacing in CSS3

Control line spacing in CSS3

We can use the line height property to adjust the spacing or lead, between lines of text (Control line spacing in CSS3). Adjusting line spacing can make your web page text easier to read. The line spacing value can be…

Change the text Case in CSS3

We can use the text-transform property to change the text case in CSS3. For example, you may want all <h2> text to appear in all capital letters. The property controls how the browser displays the text regardless of how it…

Change text Alignment in CSS3

We can Change text Alignment in the horizontal positioning of blocks of text on your page using the text-align property in CSS3. We can use the technique to align paragraphs, headings, tables, and other elements. We can align text to…

Change the Font in CSS3

Change the Font in CSS3

To change the font in CSS3 for your HTML text, we Can use the Font-family property. We can specify a font by name. Because not all fonts are available on all compute, we can designate a second or third font…

Change the color of the text

We can use the color property to change the color of the text on your web page. We can specify a recognized color name, a hexadecimal color value, or an RGB value. We can change the text color to make…

Indent text tag in CSS3

We can indent text in the first line in a paragraph using the text-indent property in a style rule im CSS3. This can give the paragraphs on your a more traditional look and feel. We can set the indentation as…

Change the Font Size in CSS3

We can use the font-size property to change the font size in css3 for a document’s text. By changing font size we can emphasize or de-emphasize different sections of text on our page. Instead of going through your documents and…