-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
52 lines (43 loc) · 796 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.titleArea{
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
background-color: yellow;
}
.imageArea{
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.buttonarea{
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.resultArea{
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
#imageButton{
padding:10px;
color:white;
background-color:#009578;
border:1px solid #000000;
border-radius:5px;
}
#classify{
padding:10px;
color:white;
background-color:#009578;
border:1px solid #000000;
border-radius:5px;
}