Menu

11/16/20

Bootstrap

 -Bootstrap là thư viện bao gồm framework html, css, javascript cho phép thiết kế web có tính năng responsive xem trên tablet, mobile. Tương thích với hầu hết các trình duyệt web phổ biến, còn IE > version 10.

-Thiết kế 1 web căn bản bao gồm các thành phần Navbar, nội dung-content và phần footer.

+code css định dạng ảnh, footer

.image img{

    height: 300px;

    width: 100%;

}

.image img{

    background-color: white;

    margin-top: 20px;

}

.footer{

background-color: yellowgreen;}

+ Bên trong containter:

<div class=containter>

    +div class: menu 

    +div class: content

    +div class: footer

</div>