Trouver le sélecteur CSS

CSS Selector est un concept très intéressant en CSS — il définit quelle partie de votre site web peut être remplacée ou avoir un menu Navi+ inséré (soit avant soit après elle).

Voici quelques exemples de sélecteurs CSS que vous pouvez utiliser :

#header           /* The header area */
.navbar           /* The main navigation bar */
.footer           /* The footer section */
.main-content     /* The main content container */
.product-gallery  /* The product image section */
div#menu-wrapper  /* A specific div with ID “menu-wrapper” */
section.hero      /* The hero section at the top of the page */

Suivez les instructions ci-dessous pour trouver le sélecteur CSS correct sur votre site web.