From c3a148432fdb186feaf63d256868269a822fdddd Mon Sep 17 00:00:00 2001 From: Christophe St-Georges <christophe.st-georges@polymtl.ca> Date: Tue, 1 Dec 2020 15:51:11 -0500 Subject: [PATCH] i-frame and background for membres section are now perfect --- css/styles.css | 1 - html/listeFrigos.html | 9 +++------ html/membres.html | 8 ++++---- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/css/styles.css b/css/styles.css index 2f33d70..cc8bfd9 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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; diff --git a/html/listeFrigos.html b/html/listeFrigos.html index 69836b2..abdabcb 100644 --- a/html/listeFrigos.html +++ b/html/listeFrigos.html @@ -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 diff --git a/html/membres.html b/html/membres.html index e1eb510..573f7d4 100644 --- a/html/membres.html +++ b/html/membres.html @@ -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> -- GitLab