-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (47 loc) · 900 Bytes
/
style.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
body{
background-color: #243547;
}
table {
background-color: #34495e;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border-radius: 5px;
margin-right: 1cm;
margin-left: 1cm;
}
th,td,p,h1,label,input{
color: #d6cf58;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
input{
background-color: #243547;
border: 2px solid #d6cf58;
border-radius:5px;
}
button{
color:#d6cf58;
background-color: #34495e;
border:2px solid #d6cf58;
padding: 10px;
width:3cm;
margin-left:1cm;
}
.but{
float:left;
width: 20%;
}
.suggstandrslt{
float:left;
width:50%;
}
.chart{
float:left;
width:50%;
}
#scr{
size: 10px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color:#d6cf58;
display: none;
float:inline-end;
width:70%
}