send
This commit is contained in:
parent
7ff46cfbac
commit
dee23f4d89
@ -23,16 +23,20 @@ text-transform: uppercase;}
|
||||
padding-left: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.textplace {width: 550px;}
|
||||
.textplace {width: 550px;
|
||||
border-radius: 10px 0px 0px 10px;}
|
||||
.messagewraper {width: 700px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 10px;
|
||||
display: flex;}
|
||||
display: flex;
|
||||
|
||||
}
|
||||
.button {width: 150px;
|
||||
display: block;
|
||||
background-color: rgb(255, 84, 22);
|
||||
cursor: pointer;}
|
||||
cursor: pointer;
|
||||
border-radius: 0px 10px 10px 0px;}
|
||||
|
||||
h1 {
|
||||
color: brown;
|
||||
|
Loading…
Reference in New Issue
Block a user