-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (41 loc) · 824 Bytes
/
style.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
/*
Styles for QVS Simple Pricing Table
*/
.qvs-pricing-box-wrap {
min-width: 300px;
float: left;
clear: right;
margin: 5px;
}
.qvs-pricing-box {
background-color: #ccc;
min-height: 450px;
padding: 10px 25px;
width: 80%;
margin: 0 auto;
text-align: center;
}
.qvs-pricing-box-title {
font-family: 'Arial', sans-serif;
font-weight: 700;
font-size: 2em;
margin-bottom: 20px;
}
.qvs-pricing-box-alignleft {
text-align: left;
}
.qvs-pricing-box > ul {
margin-left: -25px;
}
.qvs-pricing-box > ul > li {
list-style-type: none;
padding: 15px;
border-bottom: 1px solid #464D44;
}
.qvs-pricing-box > ul > li:nth-child(1) {
border-top: 3px solid #464D44;
margin-top: 40px;
}
.qvs-pricing-box > ul > li:last-child {
margin-bottom: 40px;
}