mirror of
https://github.com/midou36o/midou36o.github.io
synced 2025-05-12 04:53:43 +05:30
how to avoid fixing your issues
This commit is contained in:
parent
8fb3562361
commit
785cec2b9d
BIN
src/images/BG_FHD_darker_mb.png
Normal file
BIN
src/images/BG_FHD_darker_mb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
Before Width: | Height: | Size: 56 MiB After Width: | Height: | Size: 56 MiB |
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
@ -27,11 +27,11 @@ html {
|
|||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color:rgb(30, 30, 30);
|
background-color:rgb(0, 0, 0);
|
||||||
background-image: url("https://www.miicord.com/src/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%;
|
||||||
color: var(--brighter-purple-color);
|
color: var(--brighter-purple-color);
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
@ -111,6 +111,7 @@ img {
|
|||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
body {
|
body {
|
||||||
font-size: calc(9px + 1vmin);
|
font-size: calc(9px + 1vmin);
|
||||||
|
background-image: url("./images/BG_FHD_darker_mb.png");
|
||||||
}
|
}
|
||||||
.pfp-holder {
|
.pfp-holder {
|
||||||
margin-top: -50%;
|
margin-top: -50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user