mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
17 lines
178 B
CSS
17 lines
178 B
CSS
/* Global Settings */
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* /Global Settings */
|
|
|
|
/* Header */
|
|
|
|
.header {
|
|
background: #161924;
|
|
}
|
|
|
|
/* /Header */ |