| ... | @@ -13,7 +13,7 @@ |
... | @@ -13,7 +13,7 @@ |
|
|
}
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
header {
|
|
|
background: #f5f5fe;
|
|
background: #8585f6;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
padding: 2rem 1rem;
|
|
padding: 2rem 1rem;
|
|
|
text-align: center;
|
|
text-align: center;
|
| ... | @@ -69,12 +69,6 @@ |
... | @@ -69,12 +69,6 @@ |
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
</style>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
| ... | @@ -91,23 +85,24 @@ |
... | @@ -91,23 +85,24 @@ |
|
|
<section class="tiles">
|
|
<section class="tiles">
|
|
|
<a href="#" class="tile">
|
|
<a href="#" class="tile">
|
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/vignettes/bnum.svg" alt="Bnum" />
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/vignettes/bnum.svg" alt="Bnum" />
|
|
|
<div class="caption">lorem ipsum</div>
|
|
<div class="caption">GRIST</div>
|
|
|
</a>
|
|
</a>
|
|
|
|
|
|
|
|
<a href="#" class="tile">
|
|
<a href="#" class="tile">
|
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/Bnum2025.svg" />
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/Bnum2025.svg" alt="Bnum"/>
|
|
|
<div class="caption">lorem ipsum</div>
|
|
<div class="caption">PARAPHEUR</div>
|
|
|
</a>
|
|
</a>
|
|
|
|
|
|
|
|
<a href="#" class="tile">
|
|
<a href="#" class="tile">
|
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/vignettes/bnum.svg" alt="Gorges du Verdon" />
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/vignettes/bnum.svg" alt="Bnum" />
|
|
|
<div class="caption">lorem ipsum</div>
|
|
<div class="caption">DOCS</div>
|
|
|
</a>
|
|
</a>
|
|
|
|
|
|
|
|
<a href="#" class="tile">
|
|
<a href="#" class="tile">
|
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/vignettes/bnum.svg" alt="Étretat" />
|
|
<img src="https://aide.din.developpement-durable.gouv.fr/images/bnum/Bnum2025.svg" alt="Bnum"/>
|
|
|
<div class="caption">lorem ipsum</div>
|
|
<div class="caption">VISIO</div>
|
|
|
</a>
|
|
</a>
|
|
|
|
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
|
</body>
|
| ... | | ... | |