Link logo sur page + jeu

php
Antoine JOURDAIN 1 year ago
parent 6e56a2bb8d
commit 27bff55684

@ -34,10 +34,7 @@ body {
}
.flipped {
background: url("../assets/img/quizz.jpeg");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background: url("../assets/img/carte.png") no-repeat scroll center;
background-size: cover;
}

@ -614,6 +614,11 @@ progress {
line-height: 1;
}
.logo {
margin-top: 10%;
height: 10vh;
}
.figure-caption {
font-size: 0.875em;
color: #6c757d;
@ -11333,10 +11338,4 @@ body {
.app-badge {
height: 3rem;
}
/* .separateur{
display: block;
margin: 0 auto;
width: 20%;
} */
}

@ -22,8 +22,8 @@
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top">Logo</a>
<div class="container">
<a class="navbar-brand" href="#page-top"><img class="logo" src="{{base}}/assets/img/logo.png"/></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
@ -68,7 +68,7 @@
</div>
</section>
<!-- -->
<section class="projects-section">
<div class="container px-4 px-lg-5" id="game">

Loading…
Cancel
Save