12 lines
164 B
CSS
12 lines
164 B
CSS
div {
|
|
text-align:center;
|
|
font-family:monospace;
|
|
font-size:16px;
|
|
}
|
|
|
|
p {
|
|
text-align:left;
|
|
margin:auto;
|
|
width:720px;
|
|
line-height: 24px;
|
|
}
|