-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (74 loc) · 1.1 KB
/
style.css
File metadata and controls
78 lines (74 loc) · 1.1 KB
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
*{
color:white;
}
h1{
margin-top: 2rem;
padding:0;
text-align: center;
font-weight: bold;
font-style:italic;
}
body{
background-color:#7579f0;
}
.wrapper{
background-color: #282e43;
color: white;
height: 525px;
width: 360px;
border-radius:1rem;
padding:1.3rem;
margin:40px auto;
}
.container{
margin-top:1.4rem;
}
#topContainer{
margin-top:4rem;
}
.title{
font-weight:bold;
margin-bottom:0.6rem;
}
.inputContainer{
background:#353959;
border-radius: 1.4rem;
padding: 0 0.8rem;
display:flex;
align-items:center;
}
#billInput,
#tipInput {
font-size: 1.2rem;
background: none;
border: none;
outline: none;
padding: none;
}
.btn {
color: #2f344f ;
background-color:#7579f0 ;
border-color:#7073cd ;
border-radius: 100%;
display:grid-line;
place-items:center;
font-size: 1.2rem;
width: 2.0rem;
height: 2.0rem;
margin: 0.4rem 0.8rem;
}
#numberOfPeople{
font-size:1.4rem;
}
#bottom{
display:flex;
justify-content:space-between;
}
.title{
font-size:1.4rem;
}
#perPersonTotal{
font-size:2.6rem;
display:flex;
place-content: flex-end;
}