p.first letter « Tags « HTML / CSS
Home
HTML / CSS
1.
CSS
2.
CSS Controls
3.
Form
4.
IE Firefox
5.
Layout
6.
Marquee Attributes
7.
Meta Tags
8.
Microsoft Attributes
9.
Object
10.
Reference
11.
Style Basics
12.
Tags
13.
Templates
14.
XML
HTML / CSS
»
Tags
»
p.first letter
1.
p:first-letter font-size: 1.2em;
2.
p:first-letter background-color: black;
3.
p:first-letter color: white;
4.
p:first-line font-weight: bold;
5.
p:first-line font-size: 2em;
6.
p:first-line background-image: url(http://java2s.com/style/logo.png);
7.
p:first-letter font-size:32px;
8.
p:first-letter font-weight:bold;
9.
p:first-line font-size:18px;
10.
p:first-line font-weight:bold;
11.
p.className::first-letter
12.
p.className::first-line
13.
p::first-letter background: darkblue;
14.
p::first-letter color: white;
15.
p::first-letter font: 55px "Monotype Corsiva";
16.
p::first-letter float: left;
17.
p::first-letter margin-right: 5px;
18.
p::first-line font-weight: bold;
19.
p::first-line letter-spacing: 3px;
20.
p:first-letter font-size: 200%;
21.
p:first-letter font-weight: bold;
22.
p:first-line font-size: 200%;
23.
p::first-letter background: crimson;
24.
p::first-letter color: pink;
25.
p:first-letter font-size:32px; font-weight:bold;
26.
p:first-child background: moccasin;
27.
p:first-child border: 1px solid tan;
28.
This paragraph uses the first-letter pseudo-element to change the appearance of the first letter in the paragraph.
29.
Sink First Letter of a paragraph
30.
p::first-letter font-size: 200%;background-color: lightgray;border: 1px solid black;
31.
p::first-letter
32.
Set the style for first line of P
33.
first line pseudo-class
34.
drop caps with p:first-letter
35.
p#dropcap:first-letter
36.
p#initialcap:first-letter
37.
p::first-letter font: 120% "Monotype Corsiva"
java2s.com
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.