-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfacts.html
46 lines (42 loc) · 2.13 KB
/
facts.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="javascript.js"></script>
<link rel="stylesheet" href="main.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="header">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/index.html"> <img style="width: 160px;height: 65px;margin-top: -20px;" class="logo" src="images/logo.png" alt="logo"></a>
<div class="allDropdowns">
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/articles.html" class="dropbtn">Articles</a>
<div class="dropdown-content">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/all_articles.html">My Articles</a>
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/write_article.html">Write Article</a>
</div>
</div>
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/solutions.html"class="dropbtn">Solutions</a>
<div class="dropdown-content">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/write_solutions.html">Write Solutions</a>
</div>
</div>
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/facts.html" class="dropbtn">Facts</a>
</div>
<div class="dropdown">
<a href="file:///C:/Users/FURKAN-OZGUL/Desktop/Project/more.html" class="dropbtn">More</a>
</div>
</div>
</div>
<h1 style="color: white;font-size: 60px;text-align: center;margin-top: 18%;">How Do We Know Climate <p style="margin-left: 4%;margin-top: -2px;">Change Is Real?</p> </h1>
<p style="color: white;text-align: center;font-weight: 400;font-size: 26px;">There is unequivocal evidence that Earth is warming at an <br> unprecedented rate. Human activity is the principal cause.</p>
<div class="center" >
<a onclick="myFunction()" href="#"><span data-attr="Read">Read</span><span data-attr="More">More</span></a>
</div>
</body>
</html>