-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (36 loc) · 891 Bytes
/
index.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
<!doctype <!DOCTYPE html>
<html>
<title>The coolest dog around</title>
<head>
<style>
/* {
border: 1px solid blue;
}*/
/*h1{
color:red;
background-color:lightblue;
tex:center;
}*/
body {
background-color:#3EC056;
}
.containter{
background-color: lightgrey;
border: 4px black solid;
text-align:center;
}
.profpic {
}
</style>
</head>
<body>
<h1 align="left">Walley</h1>
<h2>The coolest dog we know</h2>
<img class="profpic" src="/Users/Fud/Desktop/Starter League/IMG_0831.jpg" width="250px">
<div class="containter">
<p>Hey bros. <br /> I'm the meanest and leanest Goldendoodle around <br /> Dont F@$% with me.</p>
<h3>View my sweet galloping beauty below </h3>
<iframe width="960" height="720" src="https://www.youtube.com/embed/_IcxfGsAZo8?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>