-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeb
More file actions
43 lines (36 loc) · 1.07 KB
/
Copy pathWeb
File metadata and controls
43 lines (36 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Make a Wish Ad</title>
<style>
.headline {
position:absolute;
left: 60px;
}
#headline {
position:absolute;
top:120px;
left: 120px;
}
.you {
color:rgb(255, 0, 0);
}
p{
position:absolute;
top:160px;
left:80px;
}
a{
text-decoration:none;
color:rgb(255, 0, 0);
}
</style>
</head>
<body>
<img class = "headline" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/58/MAW_Standard_RGB.png/512px-MAW_Standard_RGB.png">
<h1 id = "headline">Make-A-Wish needs <strong> <span class = "you"> <a href = "https://wish.org/volunteer"> YOU! </a></span> </strong> </h1>
<p>
</p>
</body>
</html>