Componentes do Boostrap

Como utilizar

<!doctype html>
<html lang="pt-br">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
    
    <title>Na prática!</title>
  </head>
  <body>
    <!-- JS, Popper e jQuery -->
    <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
    
</body>
</html>

Componentes

Barra de Navegação

Cartões

Imagens

Botões

Dica do Professor - Bootstrap 4

By Alan Ferreira dos Santos

Dica do Professor - Bootstrap 4

Programação Web EAD

  • 258