review (solid version) (pun intented)
This commit is contained in:
parent
56fa987021
commit
4adf257cbf
7 changed files with 153 additions and 5 deletions
53
review/reviewed.css
Normal file
53
review/reviewed.css
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.parent {
|
||||
height: 100%;
|
||||
/* just */
|
||||
}
|
||||
|
||||
.reviewOuterparent {
|
||||
height: 90vh;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.reviewText {
|
||||
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