CSS Tutorial

CSS Text Transform

This property can be used to transform the text to uppercase, lowercase, or capitalize the text. text-transform: uppercase; – this makes the text uppercase. text-transform: lowercase; – this makes the text lowercase. text-transform: capitalize; – this makes the first letter of every word capital. Here is the code for text-transform. Here, you can see that

CSS Text Transform Read More »

CSS Text Decoration

As specified earlier, the text-decoration property is used to set or remove the decoration from the text for the element. This is actually a shorthand property, and there are some other properties as well, which we can take into consideration. We are going to consider those properties ahead, but first of all, we are going

CSS Text Decoration Read More »

CSS Text

Text Related Properties We are often dealing with some text, when we are on some webpage, or even if we are creating some webpage. Often we would need to do some different things with the text on our web pages, like changing the color of the text, playing with the alignment of the text, or

CSS Text Read More »