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

Hướng dẫn cách tạo trang khách hàng bằng Bootstrap

Trong bài học lập trình web này các Bạn sẽ được hướng dẫn cách tạo trang khách hàng bằng Bootstrap

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

Học thiết kế website bằng Bootstrap

Bước 2: Định dạng CSS
.testimonial {	
margin: 0 15px;	
padding-top: 15px;
}
.testimonial .content {	
padding: 10px 10px;	
border-radius:3px;	
position: relative;	
background:#e67e22;
}

#testimonial-slider div.owl-item:nth-child(2n) .content { 
background: #1abc9c;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content { 
background: #9b59b6;
}
.testimonial .testimonial-pic {	
width: 80px;	
height: 80px;	
border: 2px solid #e5e5e5;	
float: left;	
position: relative;	
top:-25px;	
margin-right: 15px;
}
.testimonial .testimonial-pic img {	
width: 100%;	
height: auto;
}
.testimonial .testimonial-prof {	
color: #fff;	
margin-bottom: 10px;	
padding-left: 30%;
}
.testimonial .testimonial-title {	
font-size:16px;	
text-transform:capitalize;	
font-weight: bold;	
margin:0;
}
.testimonial .testimonial-post {	
font-size:12px;	color: #ebe9e9;
}
.testimonial .description {	
font-size: 14px;	
text-decoration:none;
}
.testimonial .description a{	
color:#FFF;	
font-size: 14px;	
text-decoration:none;
}
.testimonial .social-links {	
padding:0;	
margin:0;	
list-style:none;
}
.testimonial .social-links li {	
display:inline-block;	
margin-right:10px;
}
.testimonial .social-links li a {	
color:#fff;	
text-decoration:none;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {	
background: #e67e22;
}
.owl-theme .owl-controls .owl-page span {	
background: #333;	
opacity: 1;
}
.owl-theme .owl-controls .owl-page span {	
width: 10px;	
height:10px;	
margin: 5px 6px;
}
@media only screen and (max-width: 767px) { 
.testimonial { 
text-align: center;
} 
.testimonial .testimonial-pic { 
float: none; 
margin: 0 auto;
} 
.testimonial .testimonial-prof { 
padding-left: 0;
}
}
Bước 3: Gọi thư viện Bootstrap và Font awesome
 
 
 
Bước 4: Gọi thư viện JQUERY
 
Bước 5: Gọi thư viện owl-carousel và tạo hiệu ứng Slide
$(document).ready(function(){    
$("#testimonial-slider").owlCarousel({        
items:3,        
itemsDesktop:[1000,2],        
itemsDesktopSmall:[979,2],        
itemsTablet:[650,1],        
pagination: true,        
autoPlay:true    
});
});
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