9 lines
118 B
CSS
Vendored
9 lines
118 B
CSS
Vendored
div.title {
|
|
height: 200px;
|
|
color: #2389EE;
|
|
text-align: center;
|
|
margin: auto;
|
|
font-size: 30px;
|
|
padding: 200px;
|
|
}
|