-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (143 loc) · 6.47 KB
/
index.html
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- normalize css -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<!-- css -->
<link rel="stylesheet" href="styles.css" />
<title>Price Product</title>
</head>
<body>
<div class="price-product">
<section class="price-card">
<div class="price-card__head price-card__head-green">
<h2 class="price-card__title">Basic</h2>
<span class="price-card__subtitle">Website</span>
</div>
<h1 class="price-card__price green">99€</h1>
<p class="price-card__info">
Simple website made in the world's most popular CMS system, Wordpress.
</p>
<div class="price-card__options-list">
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-green"></i>
<span class="price-card__profit-item">Website in WordPress</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-green"></i>
<span class="price-card__profit-item">3 sub pages</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-green"></i>
<span class="price-card__profit-item">Theme customized</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-green"></i>
<span class="price-card__profit-item">Help and guidance</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price__profit-img-green"></i>
<span class="price-card__profit-item">System introduction</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-green"></i>
<span class="price-card__profit-item">2 weeks free support</span>
</div>
</div>
<button class="price-card__order-btn green">ORDER NOW</button>
</section>
<section class="price-card">
<h6 class="price-card__popular">Popular</h6>
<div class="price-card__head price-card__head-blue">
<h2 class="price-card__title">Business</h2>
<span class="price-card__subtitle">Website</span>
</div>
<h1 class="price-card__price blue">299€</h1>
<p class="price-card__info">
Advanced website made in the world's most popular CMS system,
Wordpress.
</p>
<div class="price-card__options-list">
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-blue"></i>
<span class="price-card__profit-item">Website in WordPress</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-blue"></i>
<span class="price-card__profit-item">3-5 sub pages</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-blue"></i>
<span class="price-card__profit-item">Theme customized</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-blue"></i>
<span class="price-card__profit-item">Help and guidance</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-blue"></i>
<span class="price-card__profit-item">System introduction</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-blue"></i>
<span class="price-card__profit-item">1 mounth free support</span>
</div>
</div>
<button class="price-card__order-btn blue">ORDER NOW</button>
</section>
<section class="price-card">
<div class="price-card__head price-card__head-orange">
<h2 class="price-card__title">Webshop</h2>
<span class="price-card__subtitle">Website</span>
</div>
<h1 class="price-card__price orange">599€</h1>
<p class="price-card__info">
Your very own webshop made the world's most popular CMS system,
Wordpress.
</p>
<div class="price-card__options-list">
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-orange"></i>
<span class="price-card__profit-item">Website in WordPress</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-orange"></i>
<span class="price-card__profit-item">3-5 sub pages</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-orange"></i>
<span class="price-card__profit-item">Theme customized</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-orange"></i>
<span class="price-card__profit-item">Help and guidance</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-orange"></i>
<span class="price-card__profit-item">System introduction</span>
</div>
<div class="price-card__profit">
<i class="price-card__profit-img price-card__profit-img-orange"></i>
<span class="price-card__profit-item">1 mounth free support</span>
</div>
</div>
<button class="price-card__order-btn orange">ORDER NOW</button>
</section>
</div>
</body>
</html>