Bootstrap global CSS style table, bootstrap global css
. Table -- basic table style;
. Table-striped -- adds a zebra stripe pattern to each row in <tbody>;
. Table-bordered -- add a border for the table;
. Table-hover -- hover over each row in <tbody>;
. Table-condensed -- make the table more compact, and the inner padding in the cell will be halved.
. Active -- the color that is set when the mouse is hovering over a row or cell;
. Success-identifies successful or positive actions;
. Info -- identifies common prompts or actions;
. Warning -- indicates a warning or requires user attention;
. Danger-identifies dangerous or potentially negative actions;
. Table-responsive -- create a responsive table;
<! DOCTYPE html>
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.