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.

28 lines
399 B
CSS

3 years ago
div.introtext {
3 years ago
font-size: 5vw;
3 years ago
}
3 years ago
form {
display: inline;
}
label {
display: inline;
3 years ago
}
input#player_name {
/*
-webkit-appearance: none;*/
border: 4px black solid;
border-radius: 15px;
font-size: 4vw;
color: black;
}
button {
-webkit-appearance: none;
font-size: 4vw;
background-color: white;
border: 4px black solid;
border-radius: 15px;
color:black;
3 years ago
}