8 lines
74 B
CSS
8 lines
74 B
CSS
|
#explanation {
|
||
|
margin: 6em 0;
|
||
|
}
|
||
|
|
||
|
#explanation p {
|
||
|
text-align: center;
|
||
|
}
|