Tất cả bài viết | Bootstrap
Hướng dẫn cách tạo bộ lọc hình ảnh bằng Bootstrap
Trong bài học thiết kế web này các Bạn sẽ được Hướng dẫn cách tạo bộ lọc hình ảnh bằng Bootstrap
Bước 1: Tạo cấu trúc HTML
Thư viện mẫu nhà đẹp
Bước 2: Định dạng CSS
.gallery-title { font-size: 36px; color: #42B32F; text-align: center; font-weight: 500; margin-bottom: 30px;}.gallery-title:after { content: ""; position: absolute; width: 17.5%; left: 40.5%; height: 45px; border-bottom: 1px solid #5e5e5e;}.filter-button { font-size: 18px; border: 1px solid #42B32F; border-radius: 5px; text-align: center; color: #42B32F; margin-bottom: 30px;}.filter-button:hover { font-size: 18px; border: 1px solid #42B32F; border-radius: 5px; text-align: center; color: #ffffff; background-color: #42B32F;}.filter-button.active { background-color: #42B32F; color: white;}.port-image { width: 100%;}.gallery_product { margin-bottom: 30px;}
Bước 3: Gọi thư viện Bootstrap và Font awesome
Bước 4: Gọi thư viện JQUERY
Bước 5: Tạo chức năng lọc bằng JQUERY
Bootstrap Xem (4191) Học thiết kế web giá rẻ