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 ^



Hrt Icon 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
Hi!

The dropbox link is defective. Could you send it again?



Hrt Icon 0 players like this post! Like?

π•‚π•Ÿπ•–π•–π•€
² (#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



Hrt Icon 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;

}



Hrt Icon 0 players like this post! Like?

π•‚π•Ÿπ•–π•–π•€
² (#220853)

Dreamboat of Ladies
View Forum Posts


Posted on
2020-11-19 18:59:19
Oh! Thank you! I'll try that ^^



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-11-19 21:15:02
let me know how it goes!



Hrt Icon 0 players like this post! Like?







Memory Used: 624.65 KB - Queries: 2 - Query Time: 0.00095 - Total Time: 0.00508s