css header & footer

This commit is contained in:
2023-11-23 11:20:35 +01:00
parent 19320aa20a
commit fd3f2e013f
8 changed files with 257 additions and 91 deletions
+7 -1
View File
@@ -48,14 +48,20 @@ jQuery(document).ready(function($){
//////////////// ok /////////////////
$(document).ready(function() {
$(".bouton").click(function(event) {
$(".bouton-contact").click(function(event) {
$(".config_pages--contact--full").slideToggle();
});
});
/////////////// ok /////////////////
$(document).ready(function() {
$(".bouton-connexion").click(function(event) {
$(".user-login-form").slideToggle();
$("ul").slideToggle();
});
});