mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-04-25 09:10:38 +03:00
add global css file
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/* Global Settings */
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* /Global Settings */
|
||||
|
||||
/* Header */
|
||||
|
||||
.header {
|
||||
background: #161924;
|
||||
}
|
||||
|
||||
/* /Header */
|
||||
Reference in New Issue
Block a user