question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use Responsive Design with Bootstrap Fluid Containers. Issue with wrong link example.

See original GitHub issue

Challenge 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

capture

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
cdranicommented, Feb 24, 2017

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.

1reaction
AngShiYacommented, Feb 24, 2017

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.”

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found