-
Notifications
You must be signed in to change notification settings - Fork 3
/
offers.css
107 lines (104 loc) · 2.01 KB
/
offers.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
font-family: Montserrat;
}
#heading {
font-size: 30px;
font-weight: 500;
line-height: 1.1;
align-items: center;
/* justify-content: center; */
width: 100%;
text-align: center;
margin-top: 25px;
/* border: 1px solid red; */
}
.offer {
width: 80%;
font-size: 15px;
line-height: 0.5;
font-weight: 400;
color: #737373;
border: 1.5px solid #dbdbdb;
margin-top: 2%;
margin-left: 10%;
height: 170px;
display: flex;
flex-direction: row;
box-shadow: 0 0px 4px #a7a7a7;
margin-bottom: 20px;
}
.offer > img {
width: 15%;
margin-top: 25px;
}
#percent {
width: 130px;
height: 90px;
border: 1px dashed rgba(191, 188, 187, 0.6);
margin-top: 25px;
font-size: 25px;
font-weight: 500;
text-align: center;
align-items: center;
padding-top: 20px;
margin-bottom: 20px;
letter-spacing: 2px;
line-height: 1.1;
}
.list {
font-size: 11px;
font-weight: 300;
letter-spacing: 1px;
color: #757779;
margin-left: 0px;
padding-left: 14px;
line-height: 1.1;
}
.copycode {
font-size: 27px;
font-weight: 400;
box-shadow: 0 0px 2px #a7a7a7;
width: 170px;
height: 70px;
background-color: #1e2d51;
color: #fff;
cursor: pointer;
line-height: 0.73;
text-align: center;
margin-top: 38px;
}
.copycode > p:nth-child(1) {
padding-top: 15px;
font-size: 11px;
font-weight: 300;
letter-spacing: 1px;
}
.copycode > p:nth-child(2) {
font-size: 27px;
font-weight: 400;
/* padding-bottom: 10px; */
margin-top: 20px;
}
.redoff {
line-height: 0.33;
}
.rightbx > p {
text-align: center;
font-size: 9px;
font-weight: 300;
letter-spacing: 1px;
color: #ff0000;
}
h2 {
text-align: left;
font-size: 24px;
font-weight: 400;
}
.rightbx {
margin-right: 20px;
padding-left: 0px;
/* border: 1px dotted rgb(72, 194, 35); */
}
.mid {
margin-left: 70px;
}