-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDisplay.html
More file actions
87 lines (76 loc) · 3.09 KB
/
Copy pathDisplay.html
File metadata and controls
87 lines (76 loc) · 3.09 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Display-inline</title>
</head>
<link rel="stylesheet" href="css/style.css">
<body>
<div class="oga-div">
<div id="container">
<div id="head">
<h6>welcome to</h6>
<h3>Camp Chimpers</h3>
</div>
<div class="side1">
<img src="images/wawa2.jpg" alt="AustineBlaise">
<div class="pop" >
<h4>The difference</h4>
<p>I remember the first created being how he shifted the blame on his
dame forn fruit he shouldnt have eaten,
now look at us all out of Eden wearing
designer fig lesaves by luis vulton. i would never
make it with God</p>
</div>
<div class="side2">
<div class="pop2" >
<h4>The definition</h4>
<p>I remember the first created being how he shifted the blame on his
dame forn fruit he shouldnt have eaten,
now look at us all out of Eden wearing
designer fig lesaves by luis vulton. i would never
make it with God</p>
</div>
<img src="images/wawa.jpg" alt="AustineBlaise">
</div>
<div class="side1">
<img class="topp"src="images/austineblaise 162.jpg" alt="AustineBlaise">
<div class="pop" >
<h4 class="toppp">The difference</h4>
<p>I remember the first created being how he shifted the blame on his
dame forn fruit he shouldnt have eaten,
now look at us all out of Eden wearing
designer fig lesaves by luis vulton. i would never
make it with God</p>
</div>
<div class="side2">
<div class="pop2" >
<h4>The definition</h4>
<p>I remember the first created being how he shifted the blame on his
dame forn fruit he shouldnt have eaten,
now look at us all out of Eden wearing
designer fig lesaves by luis vulton. i would never
make it with God</p>
</div>
<img src="images/austineblaise 037.jpg" alt="AustineBlaise">
</div>
<div class="fifth">
<img src="images/wawa2.jpg" alt="Actor">
<div class="last-Art">
<h4>Help us oh lawd!</h4>
<p>we making look goooood. Pater noster qui et
in nceli God sees throgh my foolish npride and
how i'm weak like adam another victim of lucifers liess.
</p>
</div>
</div>
<div class="last">
<h3>Austine will make it Yes Austine</h3>
<h6>save us God Amen</h6>
</div>
</div>
</div>
</body>
</html>