first commit
This commit is contained in:
commit
b5a4c0a601
42 changed files with 2802 additions and 0 deletions
54
review/reviewed.css
Normal file
54
review/reviewed.css
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.parent {
|
||||
height: 100%;
|
||||
/* just */
|
||||
}
|
||||
|
||||
.reviewOuterparent {
|
||||
height: 90vh;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.reviewText {
|
||||
margin-top: 15%;
|
||||
color: pink;
|
||||
margin-bottom: 10%;
|
||||
font-size: xx-large;
|
||||
background-color: #1e1e1e;
|
||||
font-family: monospace;
|
||||
outline: none;
|
||||
border: none;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.reviewParent {
|
||||
display: flex;
|
||||
/* background-color: ; */
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.sendButton {
|
||||
color: pink;
|
||||
background-color: #0a0a0a;
|
||||
font-size: 19px;
|
||||
border: 2px solid #0a0a0a;
|
||||
padding: 15px 50px;
|
||||
cursor: pointer
|
||||
}
|
||||
.sendButton:hover {
|
||||
background-color: #2c2c2c;
|
||||
border: 2px solid #2c2c2c;
|
||||
}
|
||||
|
||||
.flexButton {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue