-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprevention.html
61 lines (51 loc) · 1.84 KB
/
prevention.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<title>Corona News</title>
</head>
<body>
<header>
<div class="navbarr2">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link active" href="prevention.html">Prevention</a>
<a class="nav-link" href="news.html">News</a>
<a class="nav-link" href="about.html">About</a>
</div>
</header>
<div class = "header">
<h2> Corona News & Last Updates</h2>
</div>
<div class = "row">
<div class = "leftColumn">
<div class = "card">
<h2> Last Updates & Highlights 1 </h2>
<h5> News source & date of the release</h5>
<div class = "imgSrc" style = "height: 200px;">Image </div>
<p> Title of the News</p>
<p> And the news description begins with it and so on & so far</p>
</div>
<div class = "card">
<h2> Last Updates & Highlights 2</h2>
<h5> News source & date of the release</h5>
<div class = "imgSrc" style = "height: 200px;">Second Image</div>
<p>Title of the news 2 </p>
<p> And the second description of the news begins with and so on & so far </p>
</div>
</div>
<div class = "rightColumn">
<div class = "card">
<h2>Deaths Score</h2>
<div class = "imgSrc" style = "height: 100px;">Image3</div>
<p> Last Updates of how many people have died</p>
</div>
</div>
</div>
<!-- <div id="regiontitle"></div>-->
</body>
</html>