mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Create create_thread.css
This commit is contained in:
parent
42f4cace98
commit
a1f9589bf2
1 changed files with 22 additions and 0 deletions
22
public/css/create_thread.css
Normal file
22
public/css/create_thread.css
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
.title {
|
||||||
|
color: #4d18e6;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
form{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue