1
1
import React , { Component } from 'react' ;
2
2
import { convertBytes } from './helpers' ;
3
3
import moment from 'moment'
4
+ import { Card , Grid } from '@geist-ui/react' ;
5
+ import { Spacer } from '@geist-ui/react' ;
6
+ import { Input } from '@geist-ui/react' ;
7
+ import { Text , Link , Image , Button , Textarea } from '@geist-ui/react' ;
8
+
4
9
5
10
import './Main.css' ;
6
11
@@ -15,7 +20,7 @@ class Main extends Component {
15
20
< div className = "content" >
16
21
< p > </ p >
17
22
< div className = "card mb-3 mx-auto " id = "onee" style = { { maxWidth : '512px' } } >
18
- < h2 className = "text-black text-monospace" > < b > < span style = { { color :'red' } } > Hox</ span > < span style = { { color :'rd' } } > it</ span > < span style = { { color :' ' } } > today!</ span > </ b > </ h2 >
23
+ < h2 className = "h2ahne" className = " text-black text-monospace" > < b > < span style = { { color :'red' , fontSize : 55 } } > Hox</ span > < span style = { { color :'rd' } } > it</ span > < span style = { { color :' ' } } > today!</ span > </ b > </ h2 >
19
24
< br > </ br >
20
25
< form onSubmit = { ( event ) => {
21
26
event . preventDefault ( )
@@ -33,14 +38,19 @@ class Main extends Component {
33
38
placeholder = "description..."
34
39
required />
35
40
</ div >
36
- < input type = "file" onChange = { this . props . captureFile } className = "text-white text-monospace" />
37
- < button type = "submit" style = { { color : "grey" , background : "black" } } className = "btn-primary btn-block" > < b > Upload!</ b > </ button >
41
+ < div class = "onelinee" > < input type = "file" onChange = { this . props . captureFile } className = "btn btn-grey" /> </ div >
42
+
43
+ < div class = "onelinee" > < button type = "submit" style = { { color : "white" , background : "black" } } className = "btn btn-dark" > < b > Upload!</ b > </ button >
44
+ </ div >
45
+
46
+
47
+
38
48
39
49
40
50
</ form >
41
51
</ div >
42
52
< p > </ p >
43
- < table className = "table-sm table-bordered text-monospace " style = { { width : '1000px' , maxHeight : '450px' } } >
53
+ < table className = "table table-striped table-hover " style = { { width : '1000px' , maxHeight : '450px' } } >
44
54
< thead style = { { 'fontSize' : '15px' } } >
45
55
< tr className = "bg-dark text-white" >
46
56
0 commit comments