Skip to content

MiyagawaMizu/4nime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 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