Easy
Study the following CSS code:
.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #ffffff;
padding: 10px 20px;
border-radius: 5px;
}
What is the correct description of this CSS style?
Author: Maxime JavauxStatus: PublishedQuestion passed 344 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
3
How to create a responsive grid with Bootstrap?11
How to create a two column layout with Bootstrap?1
By default, what color does the button with a class defined as follows: class= "btn btn-info"?1
What is the main purpose of the "Sass" tool in the context of Bootstrap?2
What is the Bootstrap grid based on?1
How to align text to the left in Bootstrap?1
What 'nav-' classes are available in Bootstrap?