bouton retour html
This commit is contained in:
parent
1a53e15095
commit
f35ac93673
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user