center ecureuil

This commit is contained in:
Pina-Vetrano 2021-11-30 06:03:59 -08:00
commit 52b3b92a7b
3 changed files with 20 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
images/ecureuil_volant.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

20
index.html Normal file
View 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>