pub
This commit is contained in:
parent
edb1485324
commit
5100467ccc
@ -34,9 +34,13 @@ main{
|
|||||||
grid-row-start: 2;
|
grid-row-start: 2;
|
||||||
grid-row-end: 2;
|
grid-row-end: 2;
|
||||||
z-index:3;
|
z-index:3;
|
||||||
background-color: red;
|
|
||||||
margin:1%;
|
margin:1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pubG img{
|
||||||
|
margin-top: 50%;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
.pubD{
|
.pubD{
|
||||||
grid-column-start : 3;
|
grid-column-start : 3;
|
||||||
grid-column-end: 3;
|
grid-column-end: 3;
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title class="intro">menu</title>
|
<title class="intro">menu</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="color-scheme" content="light only">
|
||||||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
||||||
<link rel="stylesheet" href="css/header.css" >
|
<link rel="stylesheet" href="css/header.css" >
|
||||||
<link rel="stylesheet" href="css/style.css" >
|
<link rel="stylesheet" href="css/style.css" >
|
||||||
@ -17,8 +18,7 @@
|
|||||||
<?php include("header.php");?>
|
<?php include("header.php");?>
|
||||||
<div class=pubG>
|
<div class=pubG>
|
||||||
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
|
<a href="https://dwarves.iut-fbleau.fr/~catanese/SAE_WEB_2022/index.html" >
|
||||||
<img src="img/sodaramel.png" alt="" height="100px" width="100px" >
|
<img src="img/pubG.png" alt="">
|
||||||
<h5>Une glycémie trop basse venez voir notre boutique de sodaramel</h5>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
|
Loading…
Reference in New Issue
Block a user