-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
54 lines (42 loc) · 971 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
53
54
/*RESET*/
h1,h2,h3,h4{
margin: 0;
}
*{
font-family: "Roboto", sans-serif;
}
body {
background-color: #F0F0F0;
}
h1 {
color:#FF6A28;
font-size: 20px;
text-transform: uppercase;
}
h2{
font-size: 16px;
color: #61656D;
font-weight: 400px;
margin-top: 5px;
margin-bottom: 14px;
}
.container {
background-color: #FFFFFF;
width: 798px;
height: 574px;
border-radius: 5px;
padding: 20px 26px 12px 27px;
box-sizing: border-box;
}
.card-box{
width: 118px;
height: 85px;
background-color: #F0F0F0;
border-radius: 5px;
}
.card-title{
color:#61656D;
font-weight: 400px;
text-transform: uppercase;
font-size: 14px;
}