imp
2 years ago
6 changed files with 1493 additions and 1394 deletions
@ -0,0 +1,64 @@ |
|||||||
|
body{ |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
|
align-items: center; |
||||||
|
} |
||||||
|
|
||||||
|
#header { |
||||||
|
width: 75%; |
||||||
|
margin-top: 30px; |
||||||
|
} |
||||||
|
|
||||||
|
#select-text { |
||||||
|
width: 100px; |
||||||
|
float: left; |
||||||
|
line-height:36px; |
||||||
|
} |
||||||
|
|
||||||
|
#select { |
||||||
|
height: 36px; |
||||||
|
line-height:36px; |
||||||
|
} |
||||||
|
|
||||||
|
#select-elem { |
||||||
|
height: 25px; |
||||||
|
width: 100px; |
||||||
|
} |
||||||
|
|
||||||
|
#console { |
||||||
|
margin-top: 30px; |
||||||
|
height: 300px; |
||||||
|
width: 75%; |
||||||
|
border: 2px solid #2D86EB; |
||||||
|
} |
||||||
|
|
||||||
|
#upload-container{ |
||||||
|
width: 75%; |
||||||
|
margin-top: 20px; |
||||||
|
height: 50px; |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
justify-content: left; |
||||||
|
flex-direction: row; |
||||||
|
} |
||||||
|
|
||||||
|
#upload-container button{ |
||||||
|
padding: 10px 25px; |
||||||
|
margin-right: 20px; |
||||||
|
font-size: 18px; |
||||||
|
font-weight: 500; |
||||||
|
border: none; |
||||||
|
outline: none; |
||||||
|
background: #2D86EB; |
||||||
|
color: #fff; |
||||||
|
border-radius: 5px; |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
|
||||||
|
#total { |
||||||
|
width: 75%; |
||||||
|
text-align: left; |
||||||
|
font-size: 18px; |
||||||
|
font-weight: 500; |
||||||
|
margin-top: 30px; |
||||||
|
} |
Loading…
Reference in new issue