1 |
|
---|---|
Posted by | CSS Questions |
πππππ€ ² (#220853) Dreamboat of Ladies View Forum Posts Posted on 2020-11-14 13:13:40 |
Heyo~ So i'm having some issues regarding CSS- I'm trying to code my own, but something keeps going wrong. Like it'll change the font and the font color but that's it and idk what to do. I desperately need some help. I've looked through guides, none of them answer my questions. Please help me~~~ -Knees https://www.dropbox.com/home?preview=AHHHHHHH.css The DropBox Code ^ 0 players like this post! Like? Edited on 14/11/20 @ 13:13:59 by πππππ€² (#220853) |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-17 17:12:38 |
πππππ€ ² (#220853) Dreamboat of Ladies View Forum Posts Posted on 2020-11-17 18:54:44 |
Oh! Yeah~ Sorry https://www.dropbox.com/s/nm76c8en42uofj9/AHHHHHHH.css?dl=0 0 players like this post! Like? Edited on 17/11/20 @ 18:56:02 by πππππ€² (#220853) |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-17 22:47:08 |
At first glance, one of the main problems is when you're labeling things, it's labeled like this: / Track / It needs to be labeled like this: /* Track */ That will mess up your code! Go through and fix that. You also didn't import a background for the css itself. I'd recommend putting it somewhere on the top. The code to do that is this (example from one of my codes): body { background: url('https://i.imgur.com/V0C0lnW.png') center center fixed; background-size: 100%; font-family: 'Pathway Gothic One', sans-serif; color: #ededed; } 0 players like this post! Like? |
πππππ€ ² (#220853) Dreamboat of Ladies View Forum Posts Posted on 2020-11-19 18:59:19 |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-19 21:15:02 |
1 |
---|