diff --git a/all.php b/all.php new file mode 100644 index 0000000..d0fb9e1 --- /dev/null +++ b/all.php @@ -0,0 +1,79 @@ + + + + + + + Carte OpenStreetMap + + + + + +
+

GÉOLOCALISATION DES BROCANTES RÉFÉRENCÉES

+

SUR LE SITE SABRADOU.COM

+
+
+
+
+ + + +
+
+
    + + +
  • + +
  • + +
+
+
+
+

Brocantes du ' . $item['node'] . '

'; + break; + } + } + ?> +
+ + + +
+ + + + \ No newline at end of file diff --git a/style.css b/style.css index b68874e..6faaad8 100644 --- a/style.css +++ b/style.css @@ -6,10 +6,8 @@ } .container { + display: block; width: 100%; - display: flex; - justify-content: center; - align-items: center; } .form { @@ -21,3 +19,24 @@ text-align: center; } +.container { + display: block; + width: 100%; +} + +.left-column { + display: flex; + width: 20%; + padding: 10px; +} + +.right-column { + display: flex; + width: 80%; + padding: 10px; +} + +#map { + height: 500px; +} +