You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
510 B
24 lines
510 B
h1
|
|
{
|
|
|
|
font-family: 'Playfair Display';
|
|
font-size: 50px;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
input
|
|
{
|
|
margin: 0;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-ms-transform: translate(-75%, -77%);
|
|
transform: translate(-50%, 200%);
|
|
width: 200px;
|
|
height: 20px;
|
|
} |