Published in: CSS
erster Buchstabe groß
<p class=”introduction”> This paragraph has the class “introduction”. If your browser supports the pseudo-class “first-letter”, the first letter will be a drop-cap. </p> p.introduction:first-letter { font-size : 300%; font-weight : bold; float : left; width : 1em; }
You need to login to post a comment.
