Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 704 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 704 Bytes

🌐 4nime

Only html, css anime streaming website for school project

🏗️ Website structure

  1. Nên viết code theo chuẩn BEM.
  2. Project đang sử dụng font Poppins
  3. Có cài bootstrap để tiện xử lý
  4. Tối ưu việc tái sử dụng components
  5. Mỗi 1 phần code nên chú thích vô để dễ đọc như sau:
<html>
    //header
    <head>
        //something
    </head>
    //body
    <body>
        //something
    </body>
</html>

💼 Contributors