The First class pseudo-class is great for the p element, but not for binding (link). What for? How to make the first letter style different for the <a> element
<a>
a:first-letter { font-size:200%; text-transform:uppercase; color:#8A2BE2; }
How about http://jsfiddle.net/raynesax/8W7FF/8/
According to the W3 specification, the :first-letter pseudo :first-letter element only works for a block element that a not.
:first-letter
a
Oddly enough, *:first-letter caused the conversion of the first letter in Chrome 14 and Firefox 3.6.23. Fiddle: http://jsfiddle.net/8W7FF/3/
*:first-letter
If JavaScript is an option worth paying attention to: http://letteringjs.com (which should be compatible with multiple browsers)
Source: https://habr.com/ru/post/900629/More articles:In my xcode4, some iPhone templates are missing - iosChange the if-else construct in a more functional way? - scalaUsing Django ORM get_or_create with multiple databases - pythonJQuery animation frame rate - jqueryPerl Cygwin is fun. Module loaded but not found by program - perlBehavior of embedded quotes in the Scheme and Racket - schemeAutofac case-to-case difference - autofacCreate multiple procedures in SQL file? - oracleGet mouse position when triggering focus / blur events? - Javascript / jQuery - javascriptTemporarily disable all input cells in a laptop section - wolfram-mathematicaAll Articles