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.

13 lines
197 B

.top {
width: 100vw;
background: #2e323f;
}
.top input {
border: 3px solid #aaa;
border-radius: 10px;
padding: 3px;
font-size: 16px;
background: #2e323f;
color: #aaa;
}