mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-02-19 01:49:46 +03:00
15 lines
205 B
CSS
15 lines
205 B
CSS
* {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 450px;
|
|
margin: auto;
|
|
}
|
|
|
|
h1 {
|
|
align-self: center;
|
|
}
|