Use Responsive Design with Bootstrap Fluid Containers. Issue with wrong link example.
See original GitHub issueChallenge Name
Use Responsive Design with Bootstrap Fluid Containers
Issue Description
There is a wrong link given as an example in challenge description:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
The correct link should be without “/” after “min.css”:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
Browser Information
- Browser Name, Version: IE 11
- Operating System: Windows 7
- Mobile, Desktop, or Tablet: Desktop
Screenshot
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Use Responsive Design with Bootstrap Fluid ... - YouTube
This is freeCodeCamp tutorial of the " responsive design with bootstrap " section. In this section we simply learn about first linking to ......
Read more >Use Responsive Design with Bootstrap Fluid Containers - Guide
Use Responsive Design with Bootstrap Fluid Containers Problem Explanation Welcome to the Bootstrap challenges, the following challenge has ...
Read more >Use Responsive Design with Bootstrap Fluid Containers
Use Responsive Design with Bootstrap Fluid Containers · Your div element should have the class container-fluid . · Make sure your div element...
Read more >Vue Bootstrap fluid container wrong breakpoints
Responsive containers are new in Bootstrap v4.4. They allow you to specify a container that is 100% wide (fluid) until particular breakpoint is ......
Read more >Complete Guide to Bootstrap Container Fluid - eduCBA
The row is used for the grid system or set column in the container. The container sets the margin of the element in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should the above link also be updated to v3.3.7 considering that v3.3.7 is required and included in the seed code for these challenges? I only mention this to maintain uniform consistency.
I can take this up. Will a note like this be clear enough? “Using either of both
>
or/>
to close the link tag are acceptable.”