modification sana

This commit is contained in:
Sana EL HIRI 2021-10-20 11:17:57 +02:00
parent 0ae14697c6
commit 44f77589e1
7 changed files with 88 additions and 45 deletions

View file

@ -4,18 +4,9 @@
<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>Brief Star Wars - People</title>
<title>Personnages - Star Wars Chewbacca</title>
<link rel="stylesheet" href="./css/style.css">
<script src="./scripts/people.js" defer></script>
<style type="text/css">
.details{
display:none;
}
.active{
display: block;
}
</style>
</head>
<body>
<header>
@ -30,7 +21,7 @@
<input type="text" id="myInput" placeholder="Search for names.." class="SearchBar">
</header>
<section id="container" style="font-size:12px;">
<section id="container" class="container">
</section>
@ -40,6 +31,8 @@
<button class="allButtons" name="plus" value="+1"> > </button>
</div>
<footer>
</footer>
</body>
</html>