This video tutorial shows how to style the first letter of each paragraph.You can also use this to change the first letter of your modules titles or web links. In the text you are reading now I used the following HTML and CSS:HTML: This video tutorial shows how to style the first letter of each paragraph. You can also use this to change the first letter of your modules titles or web links. In the text you are reading now I used the following HTML and CSS: CSS: .firstletter:first-letter { float: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: 480%; font-weight: bold; }
This video tutorial shows how to style the first letter of each paragraph. You can also use this to change the first letter of your modules titles or web links. In the text you are reading now I used the following HTML and CSS: