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
| <!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- favicon -->
<!-- importation font -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<!-- importation bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- importation css -->
<link rel="stylesheet" href="style.css">
<title>Devenez Aide ménagère</title>
</head>
<body>
<div class="container-fluid align-middle">
<!-- titre -->
<div class="row" >
<div class="col-md-8 titre bg-primary align-middle ">
<p class="text-white titre " >Devenez Aide ménagère</p>
</div>
<div class="col-md-3 titre bg-primary align-middle ">
<p class="text-white "> <span> appeler-nous</span></p>
</div>
<div class="col-md-1 titre bg-primary align-middle">
<img src="checked2.png" class=align-middle" alt="logo" width="80" height="80">
</div>
</div>
</body>
</html> |