-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathatm.css
More file actions
59 lines (49 loc) · 700 Bytes
/
atm.css
File metadata and controls
59 lines (49 loc) · 700 Bytes
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
@import url(http://fonts.googleapis.com/css?family=Oleo+Script);
@import url(http://fonts.googleapis.com/css?family=Ruluko);
#content
{
margin: 0px auto;
width: 700px;
text-align: center;
}
#nav
{
margin: 50px 0px;
}
#title
{
font-family: 'Oleo Script', cursive;
font-size: 50px;
color: #F52F4F;
}
#account1
{
float: left;
}
#account2
{
float: right;
}
.account
{
padding: 10px;
border: 1px solid #295A33;
background-color: #6C9A74;
}
.balance
{
font-family: 'Ruluko', sans-serif;
font-size: 50px;
padding: 25px 0px;
background-color: #E3E3E3;
border: 1px solid #676767;
}
.clear
{
clear: both;
}
.zero
{
background-color: #F52F4F;
color: #FFFFFF;
}