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

Twitter bootstrap data-src in card not working

Going by the example given on twitter bootstrap's website, the following code <div class="card"> <img class="card-img-top" data-src="holder.js/100%x180/" alt="Card image cap"> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">Some quick example text to build on the card title and make up the…

VIEW QUESTION
Back To Top
Search