mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-09 12:32:13 +00:00
fix style
This commit is contained in:
25
src/s2-homeworks/hw01/Message.module.css
Normal file
25
src/s2-homeworks/hw01/Message.module.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.hw1 {
|
||||
|
||||
}
|
||||
|
||||
.hwTitle {
|
||||
|
||||
}
|
||||
|
||||
.message {
|
||||
display: flex;
|
||||
border: 1px solid lime;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.sendForm {
|
||||
|
||||
}
|
||||
|
||||
.textarea {
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user