文章分类 - bootstrap4
摘要:<!doctype html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no
阅读全文
摘要:单纯轮播 <div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active">
阅读全文
摘要:栅格系统是Bootstrap中的页面布局系统。 栅格系统指的是对页面的布局,使用行和列的形式,且每行最多为12列,允许嵌套。 栅格系统为移动设备优先。 相关知识点均在示例中。 示例: <!doctype html> <html lang="zh-CN"> <head> <meta charset="
阅读全文