|
|
---|---|
Posted by | Free CSS Template + Tutorial 2.0 (2023) |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2022-12-29 04:57:14 |
Welcome to the new and updated version of my CSS template + tutorial!
My original from 2019 is still usable, but a bit outdated and needed some polishing. > VIEW/DOWNLOAD THE TEMPLATE HERE < Rules: • This template may be used for anything and everything - free codes, pre-mades, commissions, you name it. • Please leave the credit in the template intact, unless your coding becomes unrecognizable from it. • This is a guide for CSS coding, not things like image hosting or photo editing. Please use Google if you need help with things like that. • Feel free to show me CSS you made using my template! It makes me happy. Resources: • W3Schools Always go here first. Anything and everything you need to know about CSS is here. • Live CSS Editor (Chrome) Allows you to see changes to your CSS instantly, great for when you're working on your code. • Unsplash & Pexels Great high quality, free to use backgrounds. • Google Fonts Fonts MUST be from here to work in the template. • Color Palette from Image & Gradient from Image Generates a color palette or gradient based on your background image. • Color Picker For hex or RGBA codes. Coding Things to Keep in Mind: • The background of an element controls the solid color behind it, the color of an element controls the text. • In RGBA codes, the decimal controls transparency of the element. For example, rgba(1, 1, 1, 0.5) = 50% transparency. 1 = opaque, 0 = invisible. • Aim for readability. Cursive fonts are great for headers, but are hard to read in description text. • Avoid creating eye-burning CSS or a page that may harm others. Be mindful of intensely bright colors, flashing images, etc. Other people have to see your den too! Tutorial 107 players like this post! Like? Edited on 15/05/23 @ 16:23:01 by katie 🌿 (#106445) |
Ciath | G1 Clouded 3xRos (#32895) Usual View Forum Posts Posted on 2023-03-11 22:16:39 |
is there any way to make the links different colors in different sections of the CSS? 0 players like this post! Like? |
batcie (#296868)
View Forum Posts Posted on 2023-03-12 22:25:08 |
I feel like a dumb dumb. I feel like I did everything correctly, took off the extra " but for some reason it doesn't update on my den page and I read through every comment and followed everything just in case, and it still doesn't show up. This is so stressful for me 0 players like this post! Like? |
link (she/he/it) (#297772)
Punisher View Forum Posts Posted on 2023-03-13 09:46:54 |
for everyone that was having an issue with it not working, I may have figured it out. notepad kept saving my file as a .txt, not a .css file. if you find a way to make it a CSS file, then it should work. 0 players like this post! Like? |
🇵🇸 | Ren [G2 Arabica RLC] (#218376) Sapphic View Forum Posts Posted on 2023-03-16 14:43:02 |
Does anyone know how to make the cave titles have a different font from the main font? 0 players like this post! Like? |
Γαῖ&al pha; (G5 Colorbomb Primal) (#325233) Sweetheart View Forum Posts Posted on 2023-03-16 17:23:22 |
im having issues with making den images appear, i just want the original ones and cant get it working i saved the images straight from the site, can anyone help? 0 players like this post! Like? |
batcie (#296868)
View Forum Posts Posted on 2023-03-16 17:31:21 |
does anyone know how to resize the den images? I can't seem to figure it out lol 0 players like this post! Like? |
☆Elliot☆ [G3 clouded 3x dawn] (#302920) Nice Guy View Forum Posts Posted on 2023-03-17 11:34:56 |
okay so i followed all the steps and when i went to put it into my den it isnt showing up. im not sure what i did wrong, i tried uploading it again and neither link works. 0 players like this post! Like? |
Ciber ! | G3 Ankh Overo (#312159) Heavenly View Forum Posts Posted on 2023-03-17 11:39:24 |
Elliot what’s the code that you’re putting into your den for the CSS? 0 players like this post! Like? |
☆Elliot☆ [G3 clouded 3x dawn] (#302920) Nice Guy View Forum Posts Posted on 2023-03-17 11:44:42 |
** (i did not add the "*" its just invisible for some reason so im trying to fix it) 0 players like this post! Like? Edited on 17/03/23 @ 11:50:15 by ☆Elliot☆ [G1 peach slender] (#302920) |
moose (#259232)
Usual View Forum Posts Posted on 2023-03-17 12:04:10 |
Elliot - After testing your pasted link out on my alt, I think something is going on with your CSS instead of the link itself. Not to mention, some of your code is wrong (i.e. 'FONT NAME' was never replaced with the font. I used Katie's template as well on the first time I made CSS so I'm highly led to believe that your CSS not working is a coding issue. If you'd like, I wouldn't mind helping you with the CSS and sending you the file (I would just need the link to your chosen mouse and your chosen font. I think I could grab everything else). It's completely up to you though. If you'd like me to do that please message me on my main (the one above you, #312159) (This is Ciber's alt btw) 0 players like this post! Like? Edited on 17/03/23 @ 12:08:42 by moose (#259232) |
☆Elliot☆ [G3 clouded 3x dawn] (#302920) Nice Guy View Forum Posts Posted on 2023-03-17 12:08:30 |
what do i put in font name? it wasnt on the tutorial so i just left it 0 players like this post! Like? |
moose (#259232)
Usual View Forum Posts Posted on 2023-03-17 12:13:54 |
Well for the font URL, it should be whatever is in the section of styles and you need the one that says <link href , not <link rel. For the 'FONT NAME' it's just below that. For example: font-family: 'Shadows Into Light', cursive; 0 players like this post! Like? |
moose (#259232)
Usual View Forum Posts Posted on 2023-03-17 12:14:27 |
https://www.lioden.com/topic.php?id=304429347355 This is Katie's previous tutorial. It says it's outdated but it appears to have the images that are missing from this post. 0 players like this post! Like? |
☆Elliot☆ [G3 clouded 3x dawn] (#302920) Nice Guy View Forum Posts Posted on 2023-03-17 12:14:48 |
Ciber ! | G3 Ankh Overo (#312159) Heavenly View Forum Posts Posted on 2023-03-17 12:16:30 |
I'm not 100% sure if that was the only issue because I didn't go through and check all your code. There could easily be several things wrong with it in all honesty. It would take me a while to go through and also test everything to check what all could be wrong. 0 players like this post! Like? |