-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
52 lines (48 loc) · 785 Bytes
/
styles.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
*{
background-color: #82A284;
font-weight: bold;
text-align: center;
font-family: 'Roboto', sans-serif;
}
.amount{
margin-bottom: 100px;
}
.Bill,.buttons{
margin-bottom: 50px;
}
.people {
margin-bottom: 30px;
font-size: 28px;
}
.displays,.buttons ,.totalBtn , .final-amount{
margin-top: 20px;
}
.subtract{
margin-right: 40px;
}
.totallBtn{
margin-left: 10px;
}
.heading{
margin-bottom: 100px;
font-size: 50px;
}
.total-tip{
margin-left: 60px;
}
.total-bill, .total-tip , .add , .subtract , .totallBtn {
border-radius: 10px;
outline: auto;
}
.Bill , .total-bill ,.total-tip , .tip-amount ,.totallBtn , .final-amount{
font-size: 28px;
}
.totallBtn :hover{
cursor: pointer;
}
.add :hover{
cursor: pointer;
}
.subtract :hover{
cursor: pointer;
}