Untitled
unknown
plain_text
4 years ago
731 B
4
Indexable
a{ color: Aqua; } a:visited { color: LawnGreen; } a:hover { color: salmon; } p1{ font-size: 20px; font-family: Arial; color: green; font-weight: bold; text-align: right; text-transform: lowercase; } p2{ font-size: 8mm; font-family: Verdana; color: red; font-style: italic; text-align: center; text-transform: capitalize; } p3{ font-size: 20pt; font-family: Helvetica; color: blue; text-decoration: underline; text-align: justify; text-transform: uppercase; text-indent: 20pt; } p4{ text-shadow: 3px 3px 5px black; } p5{ color: white; text-shadow: 3px 3px 5px white; background-color: black; } p6{ letter-spacing: -2px; } p7{ text-align: right; letter-spacing: -15px; }
Editor is loading...