mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-10 23:42:04 +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 {
|
||||
background-color:rgb(30, 30, 30);
|
||||
background-image: url("https://www.miicord.com/src/images/BG_FHD_darker.png");
|
||||
background-color:rgb(0, 0, 0);
|
||||
background-image: url("./images/BG_FHD_darker.png");
|
||||
background-repeat:no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
height: 100%;
|
||||
color: var(--brighter-purple-color);
|
||||
margin: 0px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
@ -111,6 +111,7 @@ img {
|
||||
@media only screen and (max-width: 600px) {
|
||||
body {
|
||||
font-size: calc(9px + 1vmin);
|
||||
background-image: url("./images/BG_FHD_darker_mb.png");
|
||||
}
|
||||
.pfp-holder {
|
||||
margin-top: -50%;
|
||||
|
Loading…
Reference in New Issue
Block a user