-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (58 loc) · 1.25 KB
/
style.css
File metadata and controls
76 lines (58 loc) · 1.25 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* body */
/* bg part */
.css-ffhzg2{
background : rgba(204, 164, 129, 0.949);
}
/* topmost color */
.css-1avcm0n{
background-color: rgb(111, 92, 74);
}
/* heading */
.css-10trblm.eqr7zpz0{
color: black;
text-align: center;
font-size: 52px;
box-shadow: 2px;
font-family: 'Times New Roman', Times, serif;
padding-bottom: 0.5%;
}
/* text with uploading brain scan file */
.css-q8sbsg.eqr7zpz4{
color: rgb(117, 6, 6);
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
}
/* text to upload an image file */
.css-183lzff.e170wjxx0{
color: rgb(117, 6, 6);
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
}
/* drag and drop bg */
.css-1erivf3.eqdbnj015{
background : rgb(111, 92, 74)
}
/* image logo */
.css-1mdkfbq.eqdbnj03{
color: black;
}
/* file name */
.uploadedFileName.css-1uixxvy.eqdbnj06{
color: rgb(123, 38, 38);
}
.css-1lp7pgu.e1ewe7hr7{
color: black;
}
/* tumor name */
.css-nahz7x.eqr7zpz4{
color: rgb(123, 38, 38);
text-align: center;
font-size: 60px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.p{
font-size: 30px;
}
.stMarkdown{
font-size: 40px;
}