11 lines
162 B
CSS
11 lines
162 B
CSS
body {
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
}
|
|
|
|
.container {
|
|
border: 1em;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;;
|
|
}
|