forked from ECCodeClub/Intro-to-Code-Club
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJaiden.html
More file actions
41 lines (38 loc) · 813 Bytes
/
Jaiden.html
File metadata and controls
41 lines (38 loc) · 813 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>jaiden</title>
<style type="text/css">
body,td,th {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
}
body {
background-color: #FF0004;
}
body {
text-align: center;
}
h1 {
font-size: 24px;
color: #000000;
text-align: center;
}
h2 {
font-size: 16px;
color: #000000;
text-align: center;
}
</style>
</head>
<body>
<div>
<h1><strong>Me I guess (Jaiden Spencer)</strong></h1>
</div>
<div>
<p>Hi people. I am Jaiden Spencer. I know a fair bit about coding with Python and HTML, and know a bit of CSS as well. When I'm not coding, I'm generally playing video games. I can't think of anything more to write now.love from Jaiden</p>
</body>
</html>