-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathca_va.html
51 lines (44 loc) · 2.16 KB
/
ca_va.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
<!--Name: Vervin Fernandes--><html>
<head>
<title><strong>Code in the Dark</strong></title>
<style></style>
</head>
<body style="background-color:#b3d9ff">
<div id="first-page-text">
<font size="6">Code in the Dark</font>
Coding here and there! Try your best to recreate this responsive site <strong>under 25 mins...</strong>. Take a look to the details, <em>each of them cou
<p>ﺩ/|、</p>
<p>(゚、 。7</p>
<p>︱ ︶ヽ </p>x
<p>U U ,. )ノ</p>
</div>
<div id="first-page-images">
nt!.</em> Do your best to recreate them and be the <text style="background-color:white;"> CAT </text> <strike>ninja</strike> <u>n!nja</u>
<button id="go_dark">Go D@RK!</button>
<text style="background-color:orange">80 x 85 </text><text style="background-color:blue">80 x 85 </text><text style="background-color:yellow">80 x 85 </text>
Cat lvoes geeks
Cat loves CS'
CAT is 4 u
<img id="truck_front_page" src="https://mining.com/wp-content/uploads/2018/05/Cat-793F-on-haul-road-at-sunset.jpg" alt="supposed to be a "></img>
<img id="cat_x50_brand" src="https://img.equipmentworld.com/files/base/randallreilly/all/image/2018/10/eqw.Cat-Modern-Hex-Example-002.png?auto=format%2Ccompress&fit=max&q=70&w=400" alt="supposed to be a "></img>
<img id="sun" src="https://codeinthedark.hackillinois.org/submissions/images/home/slider/sun.png" alt="supposed to be a "></img>
<img id="birds_left" src="https://codeinthedark.hackillinois.org/submissions/images/home/slider/birds1.png" alt="supposed to be a "></img>
<img id="birds_right" src="https://codeinthedark.hackillinois.org/submissions/images/home/slider/birds2.png" alt="supposed to be a "></img>
</div>
<script>
truck = document.getElementById("truck_front_page");
truck.style.width = "1000px";
truck.style.height = "700px";
birds_left = document.getElementById("birds_left");
birds_left.style.width = "150px";
birds_right.style.height = "150px";
document.getElementById("birds_right").style.width = "150px";
document.getElementById("birds_right").style.height = "150px";
positionElement(truck, 1000, 150);
positionElement(birds_left, truck.style.left+50, truck.style.right+50);
</script>
</body>
<footer>
<p>hi</p>
</footer>
</html>