<div id="popup1" class="popup-container">
<div class="popup-box">
<h1 style="font-size: 1.9em;">Fonctionnalités</h1>
<p>- Connectez-vous au système à l’aide de la session.</p>
<p>- Ajouter/Modifier et mettre à jour/Supprimer des catégories.</p>
<p>- Ajouter/Modifier et mettre à jour/Supprimer des produits.</p>
<p>- Ajouter/Modifier et mettre à jour/Supprimer des clients.</p>
<p>- Les données client sont utilisées lors de la création des commandes pour lesquelles cette
commande est créée.</p>
<p>- Ajouter/Modifier et mettre à jour/Supprimer des administrateurs afin que plusieurs
administrateurs puissent gérer ce
système de point de vente.
</p>
<p>- Créer des commandes.</p>
<p>- Passer les commandes.</p>
<p>- Récapitulatif de la commande.</p>
<p>- Dashboard Analytics.</p>
<p>* Vous recevrez un guide complet lors de votre achat.</p>
<button class="close-btn">OK</button>
</div>
</div>
here’s some js errors showing in that codepen which I guess is because al assets are not available. It seems to be this one stopping the popup from working though.
Uncaught SyntaxError: Identifier 'products' has already been declared
If I comment this line out:
//import {products} from "./items.js";
The popover modal now shows but you need a higher z-index.
Thank you, it works now. The css is not easy for me I tinker a lot and there are details that I cannot resolve like the shopping basket in the navbar the numbering I cannot manage to indicate above the shopping basket.
Consistency is the key and you need to organise things into the sections that they refer to which is why you have to be careful with your class names as they need to identify the sections without tying them to a style or behaviour.
There are lot of good articles about but heres one form the MDN network which should always be a first stop for checking css things.