Home / Programming MCQs / Bootstrap MCQs / Question

V

Vaibhav Shukla • 4.53K Points
Extraordinary

Q. Which of the following removes left, top and right borders from navbar?

(A) .navbar-static-top
(B) .navabr-nav
(C) .navbar-right
(D) .navbar-toggle

Explanation:

.navbar-static-top removes left, top and right borders (rounded corners) from navbar, default navbar has a grey border and 4px border-radius by default, .navbar-toggle styles button that should open navbar on small screens.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.