From 930bf1ac5d8663dd4d20b7aa49d30677ed698f9d Mon Sep 17 00:00:00 2001 From: kodra <cojuvigny@gmail.com> Date: Fri, 8 Dec 2017 02:55:02 +0000 Subject: [PATCH] nouveau design pour la barre d'appel --- urgences.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/urgences.php b/urgences.php index a3fa22e..387c8de 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> -- GitLab