logo

Cookies

Modèles de barre pour les cookies

Code :

<div class="container is-fluid">
    <section>
      <div class="notification">
        <button class="delete"></button>
        <h3 class="title">Cookie Policy</h3>
        <p class="subtitle">We use cookies to personalise content, to provide social media features 
 and to analyse our traffic. We also share information about your use of our site with our social media,
              advertising and analytics
          partners. If you want to change your cookie setting, please see the ‘how to reject cookies' 
   section of our <a href="#">Cookie Policy</a>. Otherwise, if you agree to our use of cookies, please 
          continue to use our website.</p>
        <button class="button is-primary">I accept cookies</button>
      </div>
    </section>
  </div>

Code :

<div class="container is-fluid">
    <section>
      <div class="notification">
        <button class="delete"></button>
        <p class="block">We use cookies to personalise content, to&nbsp;provide social media features and
          to&nbsp;analyse our traffic. We also share information about your use of our site with our social
           media, advertising and analytics partners. If you want to change your cookie setting, please see 
           the ‘how to reject cookies' section of our <a href="#">Cookie Policy</a>. Otherwise, if you agree 
           to our use of cookies, please continue to use our website.</p>
        <button class="button is-primary">I accept cookies</button>
      </div>
    </section>
  </div>