-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnews.html
54 lines (48 loc) · 1.6 KB
/
news.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
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<body>
<div class="w3-display-container" style="margin-bottom:50px">
<img src="/w3images/beach3.jpg" style="width:100%">
<div class="w3-display-bottomleft w3-container w3-amber w3-hover-orange w3-hide-small"
style="bottom:10%;opacity:0.7;width:70%">
<h2><b>4 Good Reasons<br>For travelling with us</b></h2>
</div>
</div>
<div class="w3-row w3-container" style="margin:50px 0">
<div class="w3-half w3-container">
<div class="w3-topbar w3-border-amber">
<img src="/w3images/cellphone.jpg" style="width:100%">
<h2>Smart Vacation</h2>
<p>Full vacation control from your cell phone.</p>
</div>
</div>
<div class="w3-half w3-container">
<div class="w3-topbar w3-border-amber">
<img src="/w3images/sealions.jpg" style="width:100%">
<h2>Super Offers</h2>
<p>Up to 50% offers. Always 25% student offers.</p>
</div>
</div>
</div>
<div class="w3-row w3-container" style="margin:50px 0">
<div class="w3-half w3-container">
<div class="w3-topbar w3-border-orange">
<img src="/w3images/truck.jpg" style="width:100%">
<h2>Car Rental Included</h2>
<p>Wherever you travel our car rental is included.</p>
</div>
</div>
<div class="w3-half w3-container">
<div class="w3-topbar w3-border-orange">
<img src="/w3images/nowornever.jpg" style="width:100%">
<h2>Realize Your Dreams</h2>
<p>Don't wait until it is to late.</p>
</div>
</div>
</div>
</body>
</html>