diff --git a/css/styles.css b/css/styles.css index 63d8f954ade5053d6d8c1654e48572b1a6a57649..99c9c456a3d2c4a5f79b56d01a343c2f54c2e714 100644 --- a/css/styles.css +++ b/css/styles.css @@ -137,6 +137,8 @@ iframe { padding-left: 67px; padding-top: 17px; padding-bottom: 17px; + width: 962px; + height: 96px; } .grey-label{ @@ -370,12 +372,18 @@ iframe { animation: fadeEffect 1s; /* Fading effect takes 1 second */ } +.tabcontent-members { + display: block; + animation: fadeEffect 1s; /* Fading effect takes 1 second */ +} + .teal { color: #008c8c; } .tealBackground{ - height: 579px; + width: 1200px; + height: 624px; background-color: #008C8C; } diff --git a/html/chercherUnRepas.html b/html/chercherUnRepas.html index 21fe88a22bb757c15482e3a20b3441d8281ead4c..5b6fe3981a0dae6a6874f139d15971184227c23c 100644 --- a/html/chercherUnRepas.html +++ b/html/chercherUnRepas.html @@ -6,6 +6,7 @@ <title>Chercher un repas</title> </head> <body> +<br> <p class="titleSection">Chercher un repas</p><br> <form class="search-form" id="form"> <input type="text" class="search-textbox" placeholder="Écrire votre repas" name="textbox"><br><br> diff --git a/html/membres.html b/html/membres.html index c1c567ecbc95f5847114fe5fcfe4cd1eccb3a54f..9acb165d2a719ed5b45b26fb4fc66418b1daddcf 100644 --- a/html/membres.html +++ b/html/membres.html @@ -22,7 +22,7 @@ <div class="tealBackground"> - <div id="listeFrigos" class="tabcontent active"> + <div id="listeFrigos" class="tabcontent-members active"> <iframe id="mbrcontent" src="listeFrigos.html" width="100%" height="800"></iframe> </div> </div> diff --git a/html/panier.html b/html/panier.html index d194e4a7c1bf60c8b68a3d377e73d2a4ea116a44..157756bc48985f3fdada7f56a153f1d23bfb3c0e 100644 --- a/html/panier.html +++ b/html/panier.html @@ -6,6 +6,7 @@ <title>Mon Panier</title> </head> <body> +<br> <p class="titleSection">Mon panier</p> </body> </html> \ No newline at end of file diff --git a/html/profil.html b/html/profil.html index c301bd5184b74181b975da8b78a4adcd7f41ea2e..3f9ad3dfc81d0eb43c1b32aecf6f3fde06377323 100644 --- a/html/profil.html +++ b/html/profil.html @@ -6,6 +6,7 @@ <title>Profil</title> </head> <body> + <br> <p class="titleSection">Mon profil</p> </body> </html> \ No newline at end of file