-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp4.html
88 lines (82 loc) · 2.2 KB
/
p4.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
84
85
86
87
88
<!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>
#f54 {
border: solid 5px gray;
border-radius: 35px;
margin: 15px;
position: relative;
right: 2%;
width: 350px;
height: 75px;
}
#ig02 {
width: 50px;
}
#ig03 {
width: 60px;
position: absolute;
left: 48%;
margin: 2px;
}
#f43 {
border: solid 5px gray;
border-radius: 35px;
margin: 15px;
position: absolute;
left: 0%;
top: 18%;
width: 350px;
height: 530px;
}
#i11 {
width: 355px;
position: absolute;
top: 22%;
right: 7%;
}
h3 {
position: absolute;
top: 0%;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 30px;
}
#i88 {
width: 100px;
position: absolute;
top: 60%;
right: 65%;
}
#i89 {
border-radius: 15px;
width: 190px;
position: absolute;
top: 60%;
right: 5%;
}
</style>
</head>
<body>
<fieldset id="f54">
<div>
<picture>
<img id="ig02" src="img/prof1.PNG" alt=".png">
<img id="ig03" src="img/eu1.PNG" alt=".png">
</picture>
</div>
</fieldset>
<fieldset id="f43">
<div>
<a href="p3.html"><img id="i88" src="img/mot1.png" alt=".png"></a>
<a href="p5.html"><img id="i89" src="img/murilo2.PNG" alt=".png"></a>
</div>
</fieldset>
<picture>
<img id="i11" style="border-radius: 26px;" src="img/mot2.png" alt=".png">
</picture>
</body>
</html>