Styling Text with CSS
Styling Text with CSS
Styling Text with CSS
==================
– Font Styles : Properties that affect the font that is applied to text.
– Text Layout Styles: Properties that affect the spacing and other layout feature of the text.
Styling Fonts:
1. color : It is used to define text color.
<style>
p {
color:red;
}
</style>
2.…
View On WordPress












