1 |
|
---|---|
Posted by | Css background not showing |
🐱Fedya/Ajax🐯He /They🇵🇸 (#245716) Maneater View Forum Posts Posted on 2024-09-26 12:23:15 |
My CSS background isn't showing but the link is there in the code? Can somebody please help me? My cave images are a tad bit broken as well and idk what to do. Thanks! link to dropbox file -> https://www.dropbox.com/scl/fi/b409l37zbyk18msq4sozj/CSS-RETRY.css?rlkey=d3zq1545mzug99f8cu8ihzakp&st=gpmpxegm&dl=0 0 players like this post! Like? |
123heaven (#108477)
Lone Wanderer View Forum Posts Posted on 2024-09-26 12:58:20 |
I'm having a hard time but for myself I'm using this for the body + background. @media screen and (min-width: 601px) { body { background: url('https://64.media.tumblr.com/759f0cda4ef14b6dca76d8d90cf95796/7832da508f847652-01/s1280x1920/1340e0c2cebe81f5aa7d971137cb4d060f1120f2.jpg') center center fixed; background-size: 100%; color: #282018; } } @media screen and (max-width: 600px){ body { background: #a2a6ab; background-size: cover; color: #282018; } } Perhaps this can help you? You'll just have to change it to your own desired values! 1 player likes this post! Like? |
Toaster (G1 Mantle|5xRos) (#208677) Eros View Forum Posts Posted on 2024-09-26 15:09:34 |
Hiya! I know what's wrong! You need to remove the first line of: CSS RETRY Or put it in as: /* CSS RETRY */ instead! when you want to write anything other than code you haave to put it in a comment by putting /* at the start and */ at the end of it. Please do so with the "REMOVED" under boxes section as well update: now its the "RETRY BG PLEAE WORK" that needs to be commented 1 player likes this post! Like? Edited on 26/09/24 @ 15:11:13 by Toaster (G1 Mantle|5xRos) (#208677) |
🐱Fedya/Ajax🐯He /They🇵🇸 (#245716) Maneater View Forum Posts Posted on 2024-09-26 15:14:37 |
Ty guys so much! issue was fixed! @208677 What you mentioned was the main issue, I forgot about notes needing to be in /* */ But thanks so much for your help! The background is working now! :D 1 player likes this post! Like? |
1 |
---|