Easy-Micro

LOGICIEL Bootstrap
Thème Bootstrap

Template Bootstrap de démarrage

Description du Bootstrap Starter Template - Thème Bootstrap de démarrage

<!doctype html>
<html lang="fr">
  <head>
    <!-- Balises meta requises -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="css/bootstrap.min.css">

    <title>Hello, world!</title>
  </head>
  <body>
    <h1>Hello, world!</h1>

    <!-- JavaScript optionnel -->
    <!-- jQuery - si besoin - en premier, puis Popper.js, et enfin Bootstrap JS -->
    <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
    <script src="js/popper.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
  </body></html>
Exercice: réaliser un Bootstrap barebones template (barebones: réduit à l'essentiel) dont le menu est responsive (donc avec bouton Burger)

Pour aller plus loin



< Page précédente BOOTSTRAP