This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
Angular_App/src/app/pages/BoardThreads/create-thread/create-thread.component.css
RakVhalate e2cca81f81
All checks were successful
continuous-integration/drone/push Build is passing
Sdelal formochku sozdaniya treda.
2022-12-08 01:24:35 +10:00

13 lines
258 B
CSS

.create_thread {
border-width: 1px;
border-color: rgb(190,190,190);
border-style: solid;
background-color: #F0D0B6;
border-radius: 5px;
width: 600px;
word-break: break-word;
word-wrap: break-word;
margin-left: auto;
margin-right: auto;
}