mirror of
https://github.com/midou36o/midou36o.github.io
synced 2025-06-04 00:41:01 +05:30
nevermind i found the fix
This commit is contained in:
@ -7,6 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
@ -30,7 +31,7 @@ body {
|
|||||||
background-color:rgb(0, 0, 0);
|
background-color:rgb(0, 0, 0);
|
||||||
background-image: url("./images/BG_FHD_darker.png");
|
background-image: url("./images/BG_FHD_darker.png");
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: var(--brighter-purple-color);
|
color: var(--brighter-purple-color);
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
Reference in New Issue
Block a user