mirror of
https://old.git.ood.ovh/flambyte/exercice_2.git
synced 2025-04-28 18:18:47 +02:00
center ecureuil
This commit is contained in:
commit
52b3b92a7b
3 changed files with 20 additions and 0 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
BIN
images/ecureuil_volant.jpeg
Normal file
BIN
images/ecureuil_volant.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
20
index.html
Normal file
20
index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>exo2</title>
|
||||
<style>
|
||||
.container{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<img class="animal" src="images/ecureuil_volant.jpeg" width="200">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue