upload mot croise

This commit is contained in:
Baptiste Rebillard 2022-06-12 16:12:39 +02:00
parent 1653b0d4d0
commit 1d1fbe7aa1
3 changed files with 13689 additions and 0 deletions

View file

@ -0,0 +1,9 @@
* {
text-align: center;
}
.mot_croise {
float: left;
width: 45vw;
background-color: white;
}

13669
assets/img/mot_croise.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 542 KiB

View file

@ -1,7 +1,18 @@
<?php
ob_start(); // Start reading html
?>
<main>
<div class="box-jaune">
<span class="corners corners-top"></span>
<span class="corners corners-bottom"></span>
<div class="title">Mots croisés pour vous occuper pendant les vacances</div>
<span class="circles circles-top"></span>
<span class="circles circles-bottom"></span>
</div>
<img src="assets/img/mot_croise.svg" class="mot_croise">
</main>
<?php
$infopage = ["", "Cahier de vacances", ob_get_clean(), "", "vacances"]; //relativepath, pagetitle, pagecontent, pagescript | cf structure/template.php ligne 2 à 6
include("structure/template.php");