You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
227 B
CSS
15 lines
227 B
CSS
8 years ago
|
.cp #mainBlock {
|
||
|
z-index: 1;
|
||
|
width: 1000px;
|
||
|
max-width: 90%;
|
||
|
margin: auto;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.cp #mainBlock #container {
|
||
|
text-align: center;
|
||
|
font-size: 25px;
|
||
|
}
|
||
|
|