Skip to content
Snippets Groups Projects
Commit c3a14843 authored by Christophe St-Georges's avatar Christophe St-Georges
Browse files

i-frame and background for membres section are now perfect

parent 513bff82
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,6 @@ iframe {
text-align: center;
color : white;
display: block;
background-color: #008c8c; /*temporaire*/
font-family: 'Arial Gras', 'Arial Normal', 'Arial', sans-serif;
font-weight: 700;
font-style: normal;
......
......@@ -13,16 +13,13 @@
font-weight: bold;
}
body{
background: #008c8c;
}
</style>
<head>
<link rel="stylesheet" href="../css/styles.css">
<meta charset="UTF-8">
<title>Liste des frigos</title>
</head>
<body>
<body>
<div class="fridgeOutline">
<span class="bold">
LIRE FRIGO
......@@ -32,5 +29,5 @@ body{
</div>
</body>
</body>
</html>
\ No newline at end of file
......@@ -57,12 +57,12 @@
<button class="tablinks" onclick="openTab(event, 'panier')">Mon panier</button>
</div>
<div id="listeFrigos" class="tabcontent active">
<iframe id="mbrcontent" src="listeFrigos.html" width="100%" height="800"></iframe>
</div>
<div class="tealBackground">
<div id="test"></div>
<div id="listeFrigos" class="tabcontent active">
<iframe id="mbrcontent" src="listeFrigos.html" width="98%" height="800"></iframe>
</div>
</div>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment