-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (67 loc) · 1.21 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {background-color: black;}
h1{color:green;}
p {
font-family: sans-serif;
}
body > div {
background-color: white;
display: block;
border-radius: 25px;
padding: 25px;
padding-top: 20px;
width: 400px;
margin-left: 45px;
padding-bottom: 1.5px;
}
body > div > h1 {
position: relative;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
left: -1%;
color: rgb(139, 139, 139);
}
body > div > div {
background-color: transparent;
margin-left: 60px;
font-family: sans-serif;
font-weight: 560;
font-size: 12px;
}
#VC {
font-size: 16px;
font-weight: 300;
margin-left: -5px;
}
.text-1 {
position: relative;
margin-left: 48px;
width: 118px;
outline: none;
}
.text-2 {
position: relative;
margin-left: 17px;
width: 100px;
outline: none;
}
.text-3 {
position: relative;
margin-left: 21px;
width: 40px;
outline: none;
}
.btn {
width: 95px;
font-size: 10px;
font-weight: 545;
}
#After {
display: none;
font-family: sans-serif;
background-color: transparent;
}
p {
font-weight: 250;
}
#Deposit, #Interest, #Amount, #Year {
background-color: yellow;
}