-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneypokgai.html
48 lines (47 loc) · 1.51 KB
/
neypokgai.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
<!--Name: Rachel Li--><!DOCTYPE html>
<html>
<head>
<title>Code in the Dark</title>
<link rel="stylesheet" href="styles.css" />
</head>
<style>
h3 {
font-size: 40px;
}
button {
padding: 10px;
background-color: lightgreen;
border-color: green;
}
rectangle {
height:50%;
width: 100px;
background-color: black;
}
</style>
<body style = "background-color:powderblue;">
<div class ="rectangle"></div>
<img src="https://codeinthedark.hackillinois.org/submissions/images/CAT-Logo-small.png">
</div>
<br></br>
<br></br>
<br></br>
<br></br>
<h3>Code in the Dark</h3>
<p>Coding here and there! Try your best to recreate this responsive site <b> under
25 mins...</b> Take a look to the details, <em>each of them count!</em>. Do your best to
recreate them and be the <mark>CAT</mark> <s>ninja</s> <u>n!nj@ c0dEr!</u></p>
<p>
/|、<br />
(°、。/ <br />
|、-\ <br>
し°し_,)⼃
</p>
<button type="button">Go D@RK!</button>
<br></br>
<img src="https://codeinthedark.hackillinois.org/submissions/images/home/icon1.png" class="center">
<img src="https://codeinthedark.hackillinois.org/submissions/images/home/icon2.png"class="center">
<img src="https://codeinthedark.hackillinois.org/submissions/images/home/icon3.png"class="center">
<script src="script.js"></script>
</body>
</html>