-
Notifications
You must be signed in to change notification settings - Fork 0
/
gigantoraptor.html
69 lines (68 loc) · 3.28 KB
/
gigantoraptor.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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Dino world</title>
<link rel="icon" href="images/icon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
background-color: #1b242f;
}
h1{
text-align: center;
color: #fff;
}
p{
text-align: justify;
color: #fff;
font-size: 18px;
margin-left: 80px;
margin-right: 80px;
}
img{
float: left;
width: 300px;
height: 200px;
padding: 10px;
}
</style>
</head>
<body>
<div>
<h1>About Gigantoraptor</h1>
<br>
<p>
<img src="images/gigan/3370511-Gigantoraptor-erlianensis-3D-Dinosaur-Stock-Photo.jpg" alt="gignatoraptor"/>
Discovered in 2005 by Xu Xing in the Iren Dabasu Formation of Mongolia,
Gigantoraptor is a dinosaur that has been sort of a mystery to paleontologists.
It was first classified as a tyrannosaur, but later bone discoveries made paleontologists
change their minds and they decided to put it into the Oviraptorosauria dinosaur group.
However, most dinosaurs that are in this group are only a few pounds and this one is much more massive.
Up to 300 times bigger than most of the dinosaurs that exist in this family.
<br>
An interesting fact about this dinosaur is that Gigantoraptor’s name means “giant thief”,
but this is somewhat of a misnomer because this dinosaur doesn’t belong to the raptor family.
It isn’t related to the true raptors of the time such as Utahraptor or Velociraptor. Instead it is more
closely related to dinosaurs such as Caudipteryx and Avimimus.
<br>
This dinosaur is one of the largest beaked dinosaurs to have ever been found.
It was about 25 feet long, 16 feet high and weighed approximately 2 tons. It was probably an
omnivorous dinosaur who lived off of plants and fruits, eggs, smaller dinosaurs and maybe even crustaceans.
This dinosaur lived approximately 85 million years ago during the late Cretaceous Period and roamed the plains
of central Asia.
Gigantoraptor was a very unique looking dinosaur when it was alive.
It was not only fairly large, but it also had some distinguishing features.
It had a beak like a bird and may have even had feathers, making it look more like a giant
bird than a dinosaur. And its head may have been colored like that of a rooster, in brilliant
shades of red and orange, making it an impressive sight indeed.
</p>
</div>
<img src="images/gigan/gigantoraptor_erlianensis_by_camusaltamirano-d9y4283.jpg" alt="gignatoraptor" style="width: 95%; height: 100%"/>
</body>
</html>