diff --git a/urgences.php b/urgences.php index a3fa22e2692344ea6548f5114d560f1fec3e1a45..387c8de29a8f77a3c3b703dd25e7bd6ab88f7b55 100644 --- a/urgences.php +++ b/urgences.php @@ -6,11 +6,7 @@ <body> <div class="container"> <h1>Numéros à appeler :</h1> - <h2>Pompier : 18</h2> - <h2>Police : 17</h2> - <h2>Samu : 15</h2> - <h2>Europe : 112</h2> -<div class="btn-group" role="group" aria-label="..."> +<div class="btn-group" style="margin-left:30%; margin-right:auto;width:auto" role="group" aria-label="..."> <a href="tel:17" type="button" class="btn btn-default">Police: 17</button> <a href="tel:18" type="button" class="btn btn-default">Pompier: 18</button> <a href="tel:15" type="button" class="btn btn-default">Samu: 15</button>