7 lines
119 B
CSS
7 lines
119 B
CSS
|
|
main {
|
||
|
|
width: 80%;
|
||
|
|
min-width: 300px;
|
||
|
|
text-align: center;
|
||
|
|
margin: 0 auto;
|
||
|
|
font-family: sans-serif;
|
||
|
|
}
|