15 lines
139 B
CSS
15 lines
139 B
CSS
a {
|
|
text-transform: none;
|
|
}
|
|
|
|
b {
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
c {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
d {
|
|
text-transform: capitalize;
|
|
}
|