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