P
P
panda072020-08-23 11:17:18
Bootstrap
panda07, 2020-08-23 11:17:18

Why doesn't bootstrap show icons?

<!DOCTYPE html>
<html lang="rus">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="draft.css">
    <link rel="stylesheet" href="../../bootstrap-4.5.2-dist/css/bootstrap.css">
    <link rel="stylesheet" href="../../bootstrap-4.5.2-dist/css/bootstrap-grid.css">
    <link rel="stylesheet" href="../../bootstrap-4.5.2-dist/css/bootstrap-reboot.css">
    <link rel="stylesheet" href="../../fontawesome-pro-5.14.0/fontawesome-pro-5.14.0-web/css/all.css">
    <script src="../../fontawesome-pro-5.14.0/fontawesome-pro-5.14.0-web/js/all.js"></script>
    
</head>
<body>
    <nav class="navbar navbar-expand-md navbar-light bg-light stiky-top">
        <div class="container-fluid">
            <a href="#" class="navbar-brand"><img id="logo" src="img/logo.png" alt="Logo"></a>
            <button class="navbar-toggler" data-toggle="collapse" data-target="#mainNav">
                <i class="fas fa-align-justify"></i>
             </button>
            
        </div> 
    </nav >
    
  
    <script src="../../js/jquery.js"></script>
    <script src="../../bootstrap-4.5.2-dist/js/bootstrap.js"></script> 
    <script src="../../bootstrap-4.5.2-dist/js/bootstrap.bundle.js"></script>
    <script src="../../fontawesome-pro-5.14.0/fontawesome-pro-5.14.0-web/js/all.js"></script>
</body>
</html>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question