how to write horizontal splitter lines in container by bootsrap, all visible areas should be opened, no left and right margins should be left, and the size should be self-adaptive
.how to write horizontal splitter lines in container by bootsrap, all visible areas should be opened, no left and right margins should be left, and the size should be self-adaptive
. use the < hr/ > tag directly.
then set css
hr {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -sharpEEEEEE -moz-use-text-color -sharpFFFFFF;
border-style: solid none;
border-width: 1px 0;
margin: 18px 0;
}
Previous: There is no rendering data after the thymeleaf request for the interface.
Next: How to realize full-page jump like href by react-router
there are two blocks to use Collapse the first block expands by default, and the second preset puts it away The function is 1. Click the title of the first block to put the first block away, but also the second block as a whole 2. When you click o...