current location:Home > Technical Articles > Web Front-end > Bootstrap Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Does bootstrap have a cdn?
- have. Bootstrap Chinese website and Youpaiyun jointly built a free CDN acceleration service specifically for Bootstrap. The access speed is faster, the acceleration effect is more obvious, there is no speed and bandwidth limit, and it is permanently free.
- Bootstrap Tutorial 2564 2019-07-18 10:34:58
-
- What are the bootstrap plug-ins?
- Bootstrap comes with 12 jQuery plugins. Such as: Transition plug-in, Modal plug-in, Dropdown plug-in, Carousel plug-in, Tooltip plug-in, Tab plug-in, etc.
- Bootstrap Tutorial 5383 2019-07-18 10:13:07
-
- How to center images in bootstrap
- Images in bootstrap use the .img-responsive class to implement image responsiveness. Then we need to use the .center-block class to center the image. Note that the .center-block class must be placed in the <img> tag class, otherwise it will not take effect.
- Bootstrap Tutorial 8968 2019-07-18 09:59:02
-
- How to learn bootstrap
- Don't try to learn all the functions of bootstrap at the beginning, including all the implementation effects of a certain function. This will easily destroy your confidence. Try to use it in your projects and don't be afraid of making mistakes. Slowly summarize and accumulate experience. Try to modify and adjust more, and be sure to record your experience. The more you use it, the easier it becomes.
- Bootstrap Tutorial 2173 2019-07-18 09:43:16
-
- How to use bootstrap to select the time of year, month and day
- Use bootstrap to select the time of year, month and day. The page needs to load the css and js files used. CSS file: bootstrap-datetimepicker.min.css. JS file: bootstrap-datetimepicker.zh-CN.js.
- Bootstrap Tutorial 4340 2019-07-18 09:24:54
-
- How to make bootstrap responsive layout
- Bootstrap first needs to introduce the meta tag in the head and add the viewpirt attribute and content attribute. Because bootstrap increases the size of the viewport, the system will automatically divide it into 12 more columns, and finally combine it with media queries to achieve a responsive layout.
- Bootstrap Tutorial 6623 2019-07-18 09:05:30
-
- The difference between bootstrap3 and bootstrap4
- Difference: bootstrap4 has a larger adaptation range than bootstrap3; bs3 uses folat layout, bs4 uses flex layout; bs3 img-circle only takes effect on pictures, while bs4 rounded-circle takes effect on all elements, etc.
- Bootstrap Tutorial 4226 2019-07-17 16:52:43
-
- How to set image shape in bootstrap4
- Rounded image: .rounded class; Ellipse image: .rounded-circle class; Thumbnail image: .img-thumbnail class; Image alignment: use .float-right/left class to set the right/left alignment of the image; Responsive image: in Add the .img-fluid class to the <img> tag.
- Bootstrap Tutorial 2506 2019-07-17 16:30:33
-
- How to set up a table in bootstrap4
- Bootstrap4 uses the .table class to style the basic table. Striped table: Added .table-striped class. Bordered table: Add .table-bordered class. Mouseover state table: add .table-hover class, etc.
- Bootstrap Tutorial 2609 2019-07-17 16:18:14
-
- How to use bootstrap pagination
- The first step is to download bootstrap and unzip it, and create a new test directory to store the test files. ||The second step is to create a new test pagination.html file. ||The third step is to add class="active" to highlight the page number and add click events to all paging li tags.
- Bootstrap Tutorial 2080 2019-07-17 15:53:31
-
- How to use bootstrap's drop-down multiple selection box
- The first step is to introduce CSS files and JS files, and import the bootstrap-select component. ||The second step is to add "multiple" and set it to multiple selection. The setting can select up to 2 items, that is, data-max-options="2". ||The third step is to add retrieval and set attributes, and add select all/inverse selection function.
- Bootstrap Tutorial 9614 2019-07-17 15:32:53
-
- How to define pop-up menu with bootstrap
- First, get the height of the clicked button from the bottom of the screen and the height of the pop-up menu. If the pop-up menu cannot be fully displayed, let it pop up. Then by modifying the toggle attribute in bootstrap.js, when clicked, it can intelligently pop up or down according to the actual situation.
- Bootstrap Tutorial 1775 2019-07-17 15:15:15
-
- How to create a drop-down menu in bootstrap
- The first step is to create a new HTML page in Sublime Text. ||The second step is to import the style library using the link tag. ||The third step is to import the jquery and bootstrap scripts and call the dropdown style to introduce the drop-down menu. ||The fourth step is to add the menu items in the drop-down menu and then run the program.
- Bootstrap Tutorial 4635 2019-07-17 15:02:56
-
- How to quickly implement a login page using bootstrap
- The first step is to download and unzip bootstrap, introduce boostrap's js and css, and introduce jquery.js. ||The second step is to write the username input box, password input box, and login button in the div tag. ||The third step, after the writing is completed, double-click index.html in the directory to view the effect in the browser.
- Bootstrap Tutorial 6249 2019-07-17 14:44:03
-
- How to set line spacing in bootstrap
- Solution 1: Add a new style class, define the style of margin-top, and then add the style class to the div element where the row is located. ||Option 2: Define some common top margin style classes, and then add the appropriate CSS style class to the div element where the row is located. ||Option 3: You can use the built-in spacing style class.
- Bootstrap Tutorial 12268 2019-07-17 14:32:41