-
Notifications
You must be signed in to change notification settings - Fork 355
/
project.css
81 lines (56 loc) · 905 Bytes
/
project.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
53
54
55
56
57
58
59
60
61
62
body
{
background-image: url(https://cdn.hipwallpaper.com/i/55/28/yTersM.jpg);
}
.fnd
{
text-align: center;
color: #d62750;
font-size: 2.0em;
margin-top: 0px;
}
.how
{
margin-left: 250px;
padding-top: ;
font-size: 30px;
color: #ccbf87;
}
.name{
align-content: center;
width: 50%;
height: 150px;
margin-left: 250px;
margin-top: 10px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
resize: none;
}
.btn-success
{
margin-left: 250px;
background: ;
height: 40px;
width: 100px;
font-size: 1.5em;
border-radius: 10px;
border-color: #0a58ca;
}
.btn-primary
{
margin-left: 250px;
background: red;
height: 40px;
width: 100px;
font-size: 1.5em;
border-radius: 10px;
}
#prediction
{
margin-left: 250px;
font-size: 1.5em;
color: #ccffff;
}