bouton retour html

This commit is contained in:
p2405951 2025-06-21 13:23:17 +02:00
parent 1a53e15095
commit f35ac93673
2 changed files with 35 additions and 4 deletions

View File

@ -45,7 +45,7 @@
<body>
<h1>Liste des parcours</h1>
<ul>
<li><a href="pages/parcours_Bourg.html">Bourg </a></li>
<li><a href="pages/parcours_test9.html">test9</a></li>
</ul>
</body>
</html>

View File

@ -250,21 +250,52 @@ void MainWindow::exportHTMLMap(int index)
background-color:brown;
border-radius:12px;
height: 75px;
width:80%;
}
#fiche h2, #fiche h3, #fiche p, #fiche li {
color: white;
}
#fiche img {
max-width: 100%;
height: auto;
max-width: 50%;
height: 60px;
margin-top: 10px;
border-radius: 5px;
}
.navbar {
display: flex;
width: 100%;
height:60px;
align-items: center;
margin-bottom:20px;
}
.navbar a {
width: 18%;
text-decoration: none;
}
.navbar a button {
height: 60px;
background-color: blue;
width: 100%;
border-radius: 12px;
color: white;
font-size: 16px;
padding-right:20px;
}
.navbar h1 {
width: 80%;
margin-left:20px;
font-size: 24px;
}
</style>
</head>
<body>
<a href="../index.html"><button>Revenir en arrière</button></a>
<div class="navbar">
<a href="../index.html"><button>RETOUR AU MENU</button></a>
<h1>Fiche du parcours</h1>
</div>
<div id="container">
<div id="map"></div>
<div id="fiche">