bouton retour html
This commit is contained in:
parent
1a53e15095
commit
f35ac93673
@ -45,7 +45,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Liste des parcours</h1>
|
<h1>Liste des parcours</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="pages/parcours_Bourg.html">Bourg </a></li>
|
<li><a href="pages/parcours_test9.html">test9</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -250,21 +250,52 @@ void MainWindow::exportHTMLMap(int index)
|
|||||||
background-color:brown;
|
background-color:brown;
|
||||||
border-radius:12px;
|
border-radius:12px;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
|
width:80%;
|
||||||
}
|
}
|
||||||
#fiche h2, #fiche h3, #fiche p, #fiche li {
|
#fiche h2, #fiche h3, #fiche p, #fiche li {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
#fiche img {
|
#fiche img {
|
||||||
max-width: 100%;
|
max-width: 50%;
|
||||||
height: auto;
|
height: 60px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-radius: 5px;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<h1>Fiche du parcours</h1>
|
||||||
|
</div>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
<div id="fiche">
|
<div id="fiche">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user