-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp5.html
83 lines (76 loc) · 2 KB
/
p5.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
#fieldset03 {
background-color: rgb(255, 255, 255);
border: solid 5px gray;
border-radius: 35px;
margin: 15px;
position: relative;
right: 2%;
width: 350px;
height: 75px;
}
#img02 {
width: 50px;
}
#img03 {
width: 60px;
position: absolute;
left: 30%;
margin: 2px;
}
body {
background: url(img/dora2.PNG);
background-repeat: no-repeat;
background-size: 440px;
}
#fiel002 {
background-color: rgb(255, 255, 255);
border: solid 3px gray;
border-radius: 15px;
margin: 15px;
position: absolute;
top: 85%;
right: 2%;
width: 350px;
height: 70px;
}
p {
font-family: sans-serif;
position: absolute;
top: 1%;
}
#div00 {
width: 50px;
position: absolute;
top: 56%;
left: 0%;
}
</style>
</head>
<body>
<fieldset id="fieldset03">
<div>
<picture>
<img id="img02" src="img/prof1.PNG" alt=".png">
<img id="img03" src="img/eu1.PNG" alt=".png">
</picture>
</div>
</fieldset>
<fieldset id="fiel002">
<div>
<p style="text-align: center;"><STRONG>DORA PAROU DE PAGAR SOL E AGORA PARECE UM VAMPIRO. AJUDE A ENCONTRAR O BEN 10!</STRONG></p>
</div>
</fieldset>
<div >
<picture>
<a href="p6.html"><img id="div00" src="img/ben102.PNG" alt=".png"></a>
</picture>
</div>
</body>
</html>