Tất cả bài viết  |  Bootstrap

  • zoom in
  • zoom out
  • text align left
  • text align center
  • text align right
  • Chỉnh màu chữ
  • Làm đậm

Cách thiết kế giao diện trang Admin List 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 thiết kế giao diện trang Admin List bằng Bootstrap

Bước 1: Tạo cấu trúc HTML
 
 

Cách thiết kế giao diện trang Admin List bằng Bootstrap

Danh sách khách hàng

Họ tên Email
Nguyễn văn A hocwebgiare@gmail.com
Nguyễn văn B hocwebgiare@gmail.com
Nguyễn văn C hocwebgiare@gmail.com
Nguyễn văn D hocwebgiare@gmail.com
Bước 2: Định dạng CSS
.panel-table .panel-body {	
padding:0;
}
.panel-table .panel-body .table-bordered {	
border-style: none;	
margin:0;
}
.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {	
text-align:center;	width: 100px;}.panel-table .panel-body .table-bordered > thead > tr > th:last-of-type, .panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {	
border-right: 0px;
}
.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type, .panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {	
border-left: 0px;
}
.panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td {	
border-bottom: 0px;
}
.panel-table .panel-body .table-bordered > thead > tr:first-of-type > th {	
border-top: 0px;
}
.panel-table .panel-footer .pagination {	
margin:0;
}
.panel-table .panel-footer .col {	
line-height: 34px;	
height: 34px;
}
.panel-table .panel-heading .col h3 {	
line-height: 30px;	
height: 30px;
}
.panel-table .panel-body .table-bordered > tbody > tr > td {	
line-height: 34px;
}
Bước 3: Gọi thư viện Bootstrap và Font awesome
 
 
  
Bước 4: Gọi thư viện JQUERY
 
Xem  demo Tải Code Đăng ký tham gia làm hội viên của kênh để được xem các bài học mới nhất
Bạn có thể quan tâm

Tổng hợp các bài học hay về kỹ thuật thiết kế giao diện web với Fireworks Học lập trình web

Tổng hợp các bài học hay về lập trình hướng đối tượng PHP cơ bản Học lập trình web

Tổng hợp các bài học hay về lập trình bootstrap Học lập trình web

Hướng dẫn cách tạo Bootstrap ScrollSpy (Phần 2) Học lập trình web

Hướng dẫn cách tạo Bootstrap ScrollSpy (Phần 1) Học lập trình web

Hướng dẫn cách tạo Bootstrap Javascript Modal (Phần 2) Học lập trình web

Hướng dẫn cách tạo Bootstrap Javascript Modal (Phần 1) Học lập trình web

Hướng dẫn cách tạo Tooltip trong Bootstrap Học lập trình web

Hướng dẫn tạo Arcordion Panel trong Bootstrap (Phần 2) Học lập trình web

Hướng dẫn tạo Arcordion Panel trong Bootstrap (Phần 1) Học lập trình web