|
|
---|---|
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) |
Taffy | TriRos G1 Wrapped | (#359191) Holy View Forum Posts Posted on 2024-11-07 18:41:25 |
i pmed them offering help but no reply so i cant diagnose what went wrong either, my css requires me to put in my background twice for it to work 0 players like this post! Like? |
🖤Galaxy stepper🖤 1x rosette (#415639) Ruthless View Forum Posts Posted on 2024-11-11 23:19:00 |
Does anyone understand how to host an image on discord is it just me simply putting an image in my own server and then copying its link if so then it's not working for me I've done multiple different image hosting sites and I'm confused https://www.dropbox.com/scl/fi/i1hio20uc3scrkrrejjm9/mistHasria.css?rlkey=c2zzb4hm9vh7nvza5clpoenec&st=dhs4gp5j&dl=0 0 players like this post! Like? |
Destiny (#269645)
View Forum Posts Posted on 2024-11-11 23:36:58 |
as far as i remember you cant host imagest on discord anymore. i use imgbb.com 0 players like this post! Like? |
🖤Galaxy stepper🖤 1x rosette (#415639) Ruthless View Forum Posts Posted on 2024-11-11 23:40:38 |
I've used imgbb imgur post image GitHub and even Dropbox it's self and none of them works for me when it comes to the the Background 0 players like this post! Like? |
.wtf_just.happened. (#476121)
Remarkable View Forum Posts Posted on 2024-11-12 03:30:12 |
Would anyone be willing to help me fix my link?? ^^” i have it, it’s just not working 0 players like this post! Like? |
Lima (#349008)
Nice Guy View Forum Posts Posted on 2024-11-12 05:02:09 |
@Galaxy stepper - You have to use the images direct link. Should end on .png or .jpg 0 players like this post! Like? |
🖤Galaxy stepper🖤 1x rosette (#415639) Ruthless View Forum Posts Posted on 2024-11-12 05:10:06 |
They still don't work even being the direct link I'm not sure if it's the image or what because I use post image for my avatar and it works just fine this is what the direct link looks like for the bg I'm trying to use- https://i.postimg.cc/y8mk1bFY/forest-trees-light-2560x1440-9607-1.jpg 0 players like this post! Like? |
.wtf_just.happened. (#476121)
Remarkable View Forum Posts Posted on 2024-11-12 05:21:10 |
Apparently my link is too short?? ;-; does anyone know how to possibly fix that? I must’ve put it in Dropbox wrong 0 players like this post! Like? |
🖤Galaxy stepper🖤 1x rosette (#415639) Ruthless View Forum Posts Posted on 2024-11-12 05:24:36 |
Lima (#349008)
Nice Guy View Forum Posts Posted on 2024-11-12 05:28:02 |
@🖤Galaxy stepper🖤 - Does it work if you delete the space between url and the link? There shouldn't be a space between 'url' and '(image link)' @.wtf_just.happened. - Post your link and I'll try and have a look. 0 players like this post! Like? |
.wtf_just.happened. (#476121)
Remarkable View Forum Posts Posted on 2024-11-12 05:28:36 |
Like this ^^” ** https://dl.dropboxusercontent.com/scl/fi/rmuypje5x4vsascezf8b8/DenCustom1.css.txt?rlkey=4ke55wcc9pidw0udun5a3waf3&st=d974yecr&dl=0** without the ** ofc 0 players like this post! Like? |
Lima (#349008)
Nice Guy View Forum Posts Posted on 2024-11-12 05:31:00 |
Doesn't seem to be anything wrong with your link. I think there's a problem with your code itself. 0 players like this post! Like? |
🖤Galaxy stepper🖤 1x rosette (#415639) Ruthless View Forum Posts Posted on 2024-11-12 05:31:43 |
@lima it worked 😭 I can't believe that was the only problem thank you I feel a tiny bit stupid 💀 I've been fighting with that for hours 😭 so thank you again 1 player likes this post! Like? |
Lima (#349008)
Nice Guy View Forum Posts Posted on 2024-11-12 05:36:55 |
@🖤Galaxy stepper🖤 - You're welcome. Glad you got it to work! Honestly, it's small things like that that usually mess up your code. Especially because they're so hard to notice. If you're planning on coding a lot, I'd recommend downloading a program like Visual Studio Code - it's free and super simple to use. It'll show you any errors in your code. 0 players like this post! Like? |
Lima (#349008)
Nice Guy View Forum Posts Posted on 2024-11-12 05:37:57 |
@.wtf_just.happened. - I think the issue is you've saved your code as .txt document, when it should be a .css document. Just naming the document .css, won't work. Try this link: https://www.dropbox.com/scl/fi/b4fbkdjg27vgekei991ya/help-for-LD-user.css?rlkey=h3vo67emrcxt5816p3az1oyr8&st=wkogzdc2&dl=0 0 players like this post! Like? |