Listing 15.2. Style testujące cztery wartości właściwości text-align
#p1 {
    text-align: left;
}
#p2 {
    text-align: center;
}
#p3 {
    text-align: right;
}
#p4 {
    text-align: justify;
}