6 lines
78 B
CSS
6 lines
78 B
CSS
#lody {
|
|
text-align: center;
|
|
& p {
|
|
font-style: italic;
|
|
}
|
|
}
|