9 lines
167 B
CSS
9 lines
167 B
CSS
#area {
|
|
height: 400px;
|
|
background-color: #444;
|
|
color: #FFF;
|
|
font-size: 24px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
} |