12 lines
69 B
CSS
12 lines
69 B
CSS
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
main p{
|
|
max-width: 1000px;
|
|
}
|
|
|
|
|
|
|
|
|