modif html et css
This commit is contained in:
parent
71b120be56
commit
91dc87bdad
2 changed files with 21 additions and 10 deletions
13
index.html
13
index.html
|
|
@ -9,15 +9,16 @@
|
|||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<h1>Our Team Members</h1>
|
||||
<div id = personne>
|
||||
<p id = "nom"></p>
|
||||
<p id = "prenom"></p>
|
||||
<h1>Our Team Members</h1>
|
||||
<section id="bloc1">
|
||||
<div id="fiche">
|
||||
<img id = "avatar" src="" alt="Photo d'identité">
|
||||
<p id = "nom"></p> <p id = "prenom"></p>
|
||||
<p id = "identifiant"></p>
|
||||
<p id = "email"></p>
|
||||
<img id = "avatar" src="" alt="Photo d'identité">
|
||||
</div>
|
||||
|
||||
<div id="personne"></div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue