-
Notifications
You must be signed in to change notification settings - Fork 0
/
TP4.html
121 lines (114 loc) · 2.85 KB
/
TP4.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<title>TP4</title>
<style>
body{
background-color: wheat;
}
header{
display: flex;
justify-content: flex-start;
align-items: center;
height: 60px;
background-color: bisque;
color: red;
margin: 0;
}
h1{
position: absolute;
top: 15%;
margin-left: 225px;
margin-bottom: 7px;
margin-top: 7px;
}
main{
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.rec-1{
border: 6px solid black ;
padding: 20px;
width: 1000px;
height: 20px;
background-color: red;
}
.rec-2{
border: 6px solid rgb(21, 36, 240) ;
padding: 20px;
width: 1300px;
height: 30px;
background-color: goldenrod;
color: blue;
}
.rec-3{
border: 6px solid rgb(21, 36, 240) ;
padding: 20px;
width: 1300px;
height: 30px;
background-color: goldenrod;
color: blue;
}
.rec-4{
border: 6px solid rgb(21, 36, 240) ;
padding: 20px;
width: 1300px;
height: 30px;
background-color: goldenrod;
color: blue;
}
.rec-5{
border: 6px solid rgb(21, 36, 240) ;
padding: 20px;
width: 1300px;
height: 30px;
background-color: goldenrod;
color: blue;
}
</style>
</head>
<body>
<header>
<h2>Accueil Page 2</h2>
</header><br>
<main>
<div class="rec-1">
<h1> Ibrahima Gabar Diop Apprenant ODC</h1>
</div>
</main>
<div class="rec-2">
<h3> Matrinus Agens</h3>
</div>
<div class="rec-3">
<h3><em>Laodicia non interni</em></h3>
</div>
<p>1. PIZEYTOERHGOEZRGVN</p>
<p>1. PIZEYTOERHGOEZRGVN</p>
<ul>
<ul>
<p>1. PIZEYTOERHGOEZRGVN</p>
<ul>
<p>1. PIZEYTOERHGOEZRGVN</p>
<p>2. PIZEYTOERHGOEZRGVN</p>
<p>3. PIZEYTOERHGOEZRGVN</p>
<p>1. PIZEYTOERHGOEZRGVN</p>
<p>2. PIZEYTOERHGOEZRGVN</p>
</ul>
<p>3. PIZEYTOERHGOEZRGVN</p>
</ul>
<p>3. PIZEYTOERHGOEZRGVN</p>
<p>3. PIZEYTOERHGOEZRGVN</p>
</ul>
<div class="rec-4">
<h4>Pro dedit mora ex.</h4>
</div>
<p><strong>Et</strong> quoniam inedia gravi adflicefeeoufbzobfzodzDKQCDPZIFHZOUFBODQCNQPICFHZEFOU
</p>
<div class="rec-5">
<h2>lis igitur est</h2>
</div>
<p><strong>C</strong> quoniam inedia gravi adflicefeeoufbzobfzodzDKQCDPZIFHZOUFBODQCNQPICFHZEFOU
</body>
</html>