From 8b59700e7797e6641a7413a5f7ac8709231f920e Mon Sep 17 00:00:00 2001 From: Louis-LJ <79785663+Louis-LJ@users.noreply.github.com> Date: Sun, 23 Jun 2024 19:00:38 +0200 Subject: [PATCH] add button link --- CycloRoute/index.html | 5 +++-- CycloRoute/index_EN.html | 5 +++-- CycloRoute/index_ES.html | 5 +++-- Enduro/index.html | 3 ++- Enduro/index_EN.html | 5 +++-- Hiking/index.html | 9 +++++---- Hiking/index_EN.html | 5 +++-- Hiking/index_ES.html | 5 +++-- Style.css | 25 +++++++++++++++++++++++++ 9 files changed, 50 insertions(+), 17 deletions(-) diff --git a/CycloRoute/index.html b/CycloRoute/index.html index 3e22007..4caa003 100644 --- a/CycloRoute/index.html +++ b/CycloRoute/index.html @@ -156,10 +156,11 @@

Mode CycloTourisme



- + +
diff --git a/CycloRoute/index_EN.html b/CycloRoute/index_EN.html index a9999d2..87a71c0 100644 --- a/CycloRoute/index_EN.html +++ b/CycloRoute/index_EN.html @@ -149,10 +149,11 @@

CycloRoute



- + +
diff --git a/CycloRoute/index_ES.html b/CycloRoute/index_ES.html index 0d2dbe8..6824ab0 100644 --- a/CycloRoute/index_ES.html +++ b/CycloRoute/index_ES.html @@ -150,10 +150,11 @@

CycloRoute



- + +
diff --git a/Enduro/index.html b/Enduro/index.html index 4fb6138..02d99c4 100644 --- a/Enduro/index.html +++ b/Enduro/index.html @@ -143,8 +143,9 @@

Enduro


+

Ce fichier contient :

diff --git a/Enduro/index_EN.html b/Enduro/index_EN.html index ed31f11..500c910 100644 --- a/Enduro/index_EN.html +++ b/Enduro/index_EN.html @@ -142,10 +142,11 @@

Enduro



- + +

This file contains:

diff --git a/Hiking/index.html b/Hiking/index.html index 02e02ea..3d29bbd 100644 --- a/Hiking/index.html +++ b/Hiking/index.html @@ -130,10 +130,11 @@

Randonnée



- + +
@@ -184,7 +185,7 @@

Mise à jour du rendu



-
Documentation 

Documentation

+
Documentation 

Documentation



@@ -240,7 +241,7 @@

Nous avons désactivé:



-
Legend 

Légende

+
Legend 

Légende


diff --git a/Hiking/index_EN.html b/Hiking/index_EN.html index b23a55e..fa49564 100644 --- a/Hiking/index_EN.html +++ b/Hiking/index_EN.html @@ -125,10 +125,11 @@

Hiking



- + +
diff --git a/Hiking/index_ES.html b/Hiking/index_ES.html index 89cf681..abf1f13 100644 --- a/Hiking/index_ES.html +++ b/Hiking/index_ES.html @@ -124,10 +124,11 @@

Senderismo



- + +
diff --git a/Style.css b/Style.css index d95bb75..d0d5f27 100644 --- a/Style.css +++ b/Style.css @@ -460,4 +460,29 @@ div, button { .responsive-three-columns > * { width:calc(100% / 3); } +} + +.button { + border: none; + color: white; + padding: 10px 30px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + transition-duration: 0.35s; + cursor: pointer; +} + +.button1 { + background-color: var(--bg); + color: black; + border: 2px solid #ff8800; + border-radius: 40px; +} + +.button1:hover { + background-color: #ff8800; + color: white; } \ No newline at end of file