|
|
---|---|
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 110 players like this post! Like? Edited on 15/05/23 @ 16:23:01 by katie πΏ (#106445) |
Λββ
πΊππ πππβ βΛ (#184207) Sweetheart View Forum Posts Posted on 2024-12-02 19:44:05 |
Jess [G1 7xJellyfish Ennedi] (#281563) Eros View Forum Posts Posted on 2024-12-02 23:50:09 |
Can't figure out why its not working, anyone able to help? <*link rel=""stylesheet" type="text/css" href="https://dl.dropbox.com/scl/fi/pu1nwoyasemfgg922tk10/testing.css?rlkey=qwr70vuxni7hnaz7uzoytpa5b&st=8uhm9ors&dl=0" */> 0 players like this post! Like? |
Destiny (#269645)
View Forum Posts Posted on 2024-12-03 00:38:05 |
Nightmarewastaken (#198653)
Hateful View Forum Posts Posted on 2024-12-03 00:52:16 |
To add to Destinyβs reply, if their suggestion doesnβt work try changing the βdl=0β in the end of the link to βraw=1β. Had the same issue with mine and this helped me. Might be able to fix it :) 0 players like this post! Like? |
Jess [G1 7xJellyfish Ennedi] (#281563) Eros View Forum Posts Posted on 2024-12-03 00:56:00 |
Destiny (#269645)
View Forum Posts Posted on 2024-12-03 01:42:07 |
so i looked into your code and you have the font completely wrong, thats why i think the page cant read the css the @import url is only the url to the font, not the whole "insert code" the same with font-family, its only the name of the font, not the whole "code"... i dont know how to explain it but this is from my css, so look at it and try to fix yours according to it (obviously i didnt copy my whole code, just the parts you need to fix) /* FONT (From Google Fonts) */ @import url('https://fonts.googleapis.com/css2?family=Bungee+Hairline&display=swap'); /* BACKGROUND */ body { font-family: "Bungee Hairline", sans-serif; } 0 players like this post! Like? Edited on 03/12/24 @ 01:43:38 by Destiny (#269645) |
Jess [G1 7xJellyfish Ennedi] (#281563) Eros View Forum Posts Posted on 2024-12-03 02:04:07 |
Yes that was the issue, thank you!! I was really confused by the wording of how to do the font but that makes a lot more sense. 0 players like this post! Like? |
Jess [G1 7xJellyfish Ennedi] (#281563) Eros View Forum Posts Posted on 2024-12-03 15:03:00 |
Follow up question! My unsorted, pride overview, and pregnant lionesses are all using the same image when I want them to use separate images. They're all using the pregnant lionesses image. This is what the code looks like: https://i.imgur.com/uA9WqV7.png The pregnant lionesses cave is coded differently in the template vs the unsorted and overview, but I'm not sure why. When I try making them the same it doesn't work. I've also tried putting my Lioden ID where the "PLAYER ID" is and that doesn't work either (breaks the entire thing even) 0 players like this post! Like? |