initialize Project
This commit is contained in:
9
frontend/assets/css/common.css
Normal file
9
frontend/assets/css/common.css
Normal file
@ -0,0 +1,9 @@
|
||||
*{
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body{
|
||||
position: relative;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user