skip to Main Content

Bootstrap 4 do not use hamburger menu and do not collapse nav – Twitter bootstrap

Using this HTML: <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>app</title> <meta name="description" content="todoApp"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"> </head> <body> <div class="container-fluid"> <nav class="navbar navbar-toggleable-sm navbar-inverse bg-inverse fixed-top"> <a class="navbar-brand" href="#">App</a> <ul class="nav navbar-nav"> <li…

VIEW QUESTION
Back To Top
Search