-
Notifications
You must be signed in to change notification settings - Fork 0
/
story3-3.html
62 lines (55 loc) · 3.66 KB
/
story3-3.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
<!DOCTYPE html>
<html lang="ar" dir="ltr">
<head>
<meta charset="utf-8">
<title>Story</title>
<link rel="stylesheet" href="style-sheet3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="text">
<img id="imgg" src="dice.jpg" alt="pic of home">
<div class="bg-text">
<h1 style="font-size:150px">mystery side</h1>
<p style="text-shadow: 15px 15px 30px LIGHTSALMON; font-family:'kawkab-bold';font-size:30px">الجانب الغامض</p>
<div class="centered"><h1> </h1></div>
</div>
</div>
<div class="pic">
<ul>
<li><a href="MysterySide.html"><img src="home4.jpeg" alt="home-pic" style="width:220px; height:130px"><div class="centered" style=" left : 70px;"><h1 style="text-shadow: 5px 5px 20px OrangeRed"> home </h1></div></a></li>
<li><a href="section1.html"><img src="craimnal1.jpeg" alt="craimnal-pic" style="width:230px;height:130px"><div class="centered" style="margin-left: 30px;"><h1 style="text-shadow: 5px 5px 20px OrangeRed"> crime </h1></div></a></li>
<li><a href="section2.html"><img src="horror2.jpg" alt="horro-rpic" style="width:220px;height:130px"><div class="centered"><h1 style="text-shadow: 0px 3px 10px OrangeRed;"> horror </h1></div></a></li>
<li><a href="section3.html"><img src="mys.jpg" alt="mystery" style="width:215px; height:130px"><div class="centered"><h1 style="text-shadow: 5px 5px 20px OrangeRed;"> mystery </h1></div></a></li>
</ul>
</div>
<div class="bodyy">
<div class="imgStory">
<img src="3-3.jpg" alt="Image of story" width="100%" height="100%">
</div>
<div class="theStory"><span id="one">الإحتراق الذاتي</span><p>في ولاية فلوريدا الأمريكية عثرت الشرطة على الأرملة " ماري ريزر " في شقتها محترقة تماماً دون أن يتبقى منها سوى اجزاء بسيطة من جسدها ، في الوقت الذي وجدت فيه الأواني المنزلية في المطبخ منصهرة تماماً...
من الممكن أن يتعرض أي انسان لحادثة وقوع حريق في منزله تتسبب في خسارة حياته ، لكن الغير طبيعي هنا هو أن الخبراء قدّروا درجة الحرارة الهائلة التي تعرضت لها السيدة العجوز بحوالي 1500 درجة مئوية وهي درجة لا يمكن أبداً أن تنتج بشكل طبيعي من مصدر حراري عادي في المنزل ، فهذه الدرجة من
الحرارة تستخدم لصهر الحديد والمعادن ، وغالباً ما تستخدم في المحارق الضخمة المخصصة لحرق نفايات الشركات الصناعية الكبرى ؛ هذه الظاهرة تسمى الإحتراق الذاتي ولم تفسر علمياً الى يومنا هذا
</p>
</div>
</div>
<div class="footer-min-div">
<div class="footer-icons">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100004227336665&ref=bookmarks" target="blank"><i class=" fa fa-facebook fa-fw "></i></a></li>
<li><a href="#" target="blank"><i class="fa fa-twitter" ></i></a></li>
<li><a href="#" target="blank"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.instagram.com/miss.roora/" target="blank"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="footer-menu">
<ul>
<li><a href="MysterySide.html">Home</a></li>
<li><a href="about-us.html">About us</a></li>
<li><a href="thanks-to.html">thanks to</a></li>
<li><a href="contact-us.html">contact us</a></li>
</ul>
</div>
</div>
</body>
</html>