26 lines
441 B
CSS
26 lines
441 B
CSS
body {
|
|
padding: 2em; }
|
|
|
|
#huge_text {
|
|
margin-top: 10%;
|
|
display: inline block;
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
line-height: 120px;
|
|
letter-spacing: -2px;
|
|
color: #eaeaea;
|
|
text-shadow: 0 1px 1px #999999; }
|
|
#huge_text span {
|
|
display: inline;
|
|
color: #666666; }
|
|
|
|
input {
|
|
font-size: 30px;
|
|
text-align: center;
|
|
width: 300px;
|
|
margin-bottom: 0;
|
|
margin-top: 0; }
|
|
|
|
.container {
|
|
top: 30%;
|
|
text-align: center; }
|