This commit is contained in:
Simon CATANESE 2023-01-05 23:52:59 +01:00
parent edb1485324
commit 5100467ccc
2 changed files with 7 additions and 3 deletions

View File

@ -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;

View File

@ -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>