Subversion Repositories SmartDukaan

Rev

Rev 29967 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
29965 manish 1
.realme p {
2
        position: absolute;
3
       top: 50%;
4
       left: 50%;
5
       transform: translate(-50%, -50%);
6
       margin: 0;
7
       font-size: 15px;
8
       color: green;
9
      }
10
 
11
.realme {
12
  position: relative;
13
  width: 130px;
14
  height: 55px;
15
  margin: 20px 0;
16
  background: #FFA500;
17
  color: white;
18
  text-align: center;
19
  text-indent: .1em;
20
}
21
.realme:before {
22
  content: '';
23
  position: absolute;
24
  background: inherit;
25
  border-radius: 2% / 50%;
26
}
27
 
28
 
29
.itel p {
30
        position: absolute;
31
       top: 50%;
32
       left: 50%;
33
       transform: translate(-50%, -50%);
34
       margin: 0;
35
       font-size: 31px;
36
       color: white;
37
      }
38
 
39
.itel {
40
  position: relative;
41
  width: 130px;
42
  height: 55px;
43
  margin: 20px 0;
44
  background: #DC143C;
45
  color: white;
46
  text-align: center;
47
  text-indent: .1em;
48
}
49
.itel:before {
50
  content: '';
51
  position: absolute;
52
  background: inherit;
53
  border-radius: 2% / 50%;
54
}
55
 
56
.samsung p {
57
        position: absolute;
58
       top: 50%;
59
       left: 50%;
60
       transform: translate(-50%, -50%);
61
       margin: 0;
62
       font-size: 20px;
63
      }
64
 
65
.samsung {
66
  position: relative;
67
  width: 130px;
68
  height: 55px;
69
  margin: 20px 0;
70
  background: hsl(240, 50%, 25%);
71
  color: white;
72
  text-align: center;
73
  text-indent: .1em;
74
}
75
.samsung:before {
76
  content: '';
77
  position: absolute;
78
  background: inherit;
79
  border-radius: 2% / 50%;
80
}
81
.techno p {
82
        position: absolute;
83
       top: 50%;
84
       left: 50%;
85
       transform: translate(-50%, -50%);
86
       margin: 0;
87
       font-size: 28px;
88
      }
89
 
90
.techno {
91
  position: relative;
92
  width: 130px;
93
  height: 55px;
94
  margin: 20px 0;
95
  background: deepskyblue;
96
  color: white;
97
  text-align: center;
98
  text-indent: .1em;
99
}
100
.techno:before {
101
  content: '';
102
  position: absolute;
103
  background: inherit;
104
  border-radius: 2% / 50%;
105
}
106
 
107
 
108
 
109
.vivo p {
110
        position: absolute;
111
       top: 50%;
112
       left: 50%;
113
       transform: translate(-50%, -50%);
114
       margin: 0;
115
       font-size: 36px;
116
      }
117
 
118
.vivo {
119
  position: relative;
120
  width: 130px;
121
  height: 55px;
122
  margin: 20px 0;
123
  background:deepskyblue;
124
  color: white;
125
  text-align: center;
126
  text-indent: .1em;
127
}
128
.vivo:before {
129
  content: '';
130
  position: absolute;
131
  background: inherit;
132
  border-radius: 2% / 50%;
133
}
134
 
135
.oppo p {
136
        position: absolute;
137
       top: 50%;
138
       left: 50%;
139
       transform: translate(-50%, -50%);
140
       margin: 0;
141
       font-size: 22px;
142
      }
143
 
144
.oppo {
145
  position: relative;
146
  width: 130px;
147
  height: 55px;
148
  margin: 20px 0;
149
  background: seagreen;
150
  color: white;
151
  text-align: center;
152
  text-indent: .1em;
153
}
154
.oppo:before {
155
  content: '';
156
  position: absolute;
157
  background: inherit;
158
  border-radius: 2% / 50%;
159
}
160
 
161
.nokia p {
162
        position: absolute;
163
       top: 50%;
164
       left: 50%;
165
       transform: translate(-50%, -50%);
166
       margin: 0;
167
       font-size: 22px;
168
      }
169
 
170
.nokia {
171
  position: relative;
172
  width: 130px;
173
  height: 55px;
174
  margin: 20px 0;
175
  background: darkblue;
176
  color: white;
177
  text-align: center;
178
  text-indent: .1em;
179
}
180
.nokia:before {
181
  content: '';
182
  position: absolute;
183
  background: inherit;
184
  border-radius: 2% / 50%;
185
}
186
.mi p {
187
        position: absolute;
188
       top: 50%;
189
       left: 50%;
190
       transform: translate(-50%, -50%);
191
       margin: 0;
192
       font-size: 36px;
193
      }
194
 
195
.mi {
196
  position: relative;
197
  width: 130px;
198
  height: 55px;
199
  margin: 20px 0;
200
  background: #FF6347;
201
  color: white;
202
  text-align: center;
203
  text-indent: .1em;
204
}
205
.mi:before {
206
  content: '';
207
  position: absolute;
208
  background: inherit;
209
  border-radius: 2% / 50%;
210
}
211