|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
Soy~Bean<3 (#170648)
King of the Jungle View Forum Posts Posted on 2020-10-31 11:06:14 |
Its alright! Do you want me to send you the link to my code so you can look at it? 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-10-31 11:18:28 |
I can already look at it! That's how I saw the font issue. Solving it makes the rest of the code work. 0 players like this post! Like? |
Soy~Bean<3 (#170648)
King of the Jungle View Forum Posts Posted on 2020-10-31 11:20:28 |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-10-31 11:21:54 |
Uhm, from what I can see, you haven't changed the import line. You have to put the link instead of the name, and there's an extra ' there. 0 players like this post! Like? |
CheetahBite/Chosen Pounds (#222649) Aztec Knight View Forum Posts Posted on 2020-11-25 01:37:51 |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-25 02:02:04 |
I use a chromebook to code, so I use a rip off version of notepad (a lot of people use the real version though). Here's the link to the appstore if you're also using something other than windows or mac: https://play.google.com/store/apps/details?id=pallob.loop.com.notepad 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-11-25 12:48:59 |
As Polaroid said, any notepad will do, I personally use Sublime Text (since I use it to code on C and other languages too). On the other hand, there are no automated CSS generators that I know of, if that's what you're asking for. You need to code it yourself, but this template is pretty straight forward so you only need to change values and follow the instructions! 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-26 00:06:05 |
Having issues with the cursor- it won't show up. This is the code I'm entering: /* CURSOR */ { cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat988.cur), auto !important; } 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-11-26 00:42:25 |
I haven't used cursors myself, but you need to copy the whole code that's given by the site, what you pasted doesn't have an element referenced. 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-26 12:16:27 |
This is what I got from the website and it still won't work: /* CURSOR */ /* Start http://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat988.cur), auto !important;} /* End http://www.cursors-4u.com */ Then I tried this and it doesn't work: /* CURSOR */ .cursor { cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat988.cur), auto !important; } 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-11-26 14:58:26 |
I'm pretty confident the first one works. The second one won't work because there isn't an element with the class cursor anywhere on the site! 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-26 18:30:53 |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-11-26 19:08:18 |
Kae | king in process! (#215033) Maneater View Forum Posts Posted on 2020-11-27 21:45:47 |
I did the whole thing and set up the css on my den, but when I applied the css the page did not load :') I don't know how I removed it, but the page won't load if the css is there. I don't know what did I do wrong :c I'm very new at this so it probably has a lot of mistakes, lol Help? :'D Here's the css link: https://www.dropbox.com/s/n6zdtchdk8wwnan/black.css?dl=0 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-11-27 21:57:24 |
So it does look like you removed it. Is that link what you're entering into your territory description? It should be: https://dl.dropbox.com/s/n6zdtchdk8wwnan/black.css?dl=0 Putting it in like that is the wrong way to enter it- the code won't show up. With the new link, it looks like it should work! 0 players like this post! Like? |