This commit is contained in:
Andrew 2022-04-10 21:36:01 +07:00
parent b44fe71c28
commit a449bbb4c5
10 changed files with 1727 additions and 0 deletions

5
w9/static/css/styles.css Normal file
View file

@ -0,0 +1,5 @@
* {
padding: 0;
margin: 0;
overflow: hidden;
}