mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
24 lines
No EOL
345 B
CSS
24 lines
No EOL
345 B
CSS
.title {
|
|
color: #4d18e6;
|
|
font-weight: 700;
|
|
}
|
|
|
|
form {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
max-width: 1000px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
|
|
.input {
|
|
padding: 8px 10px;
|
|
font-family: inherit;
|
|
display: block;
|
|
font-weight: 600;
|
|
color: #4c4c4c;
|
|
width: 500px;
|
|
margin-bottom: 10px;
|
|
border: 2px solid #d9d9d9;
|
|
} |