mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-06-30 21:46:17 +00:00
flasky flasky
This commit is contained in:
parent
e6e2714a95
commit
40baf07fe1
36 changed files with 1035 additions and 1365 deletions
32
static/css/scss/_normalize.scss
Normal file
32
static/css/scss/_normalize.scss
Normal file
|
@ -0,0 +1,32 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
|
||||
font-family: $font-header;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
background-color: $black;
|
||||
color: $white;
|
||||
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
min-height: 100vh;
|
||||
|
||||
background-color: $black;
|
||||
|
||||
scroll-behavior: smooth;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue