|
|
---|---|
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 ![]() Edited on 15/05/23 @ 16:23:01 by katie 🌿 (#106445) |
doge fruit (#45943)
View Forum Posts ![]() Posted on 2025-01-01 11:26:54 |
Sanic (#502191)
Remarkable View Forum Posts ![]() Posted on 2025-01-02 20:06:53 |
Hi, im trying to make a cool css background on lioden for my girlfriend but the links and everything i try just dosent work. This is one that i tried but dident work: https://dl.dropbox.com/scl/fi/3dsp4mnkih3nkdq778kw8/emilyliodencss.css rlkey=n5d3tjpcana4nwx18fzj573l2&st=pskpsy0j&dl=0 And this is another: Please someone tell me what im doing wrong ![]() ![]() |
[Project king] (#254900)
![]() Maneater View Forum Posts ![]() Posted on 2025-01-05 17:20:04 |
https://www.dropbox.com/scl/fi/3wp2wm7ssp7v4a37nwjx2/wheresmybackgroundwtf.css?rlkey=pam0ftbwkdtol8rj5r92hvb6i&st=o8rlv100&dl=0 Alright... wheres my background it should be dunes but not the one that is the normal one ![]() |
Emperor Quiqi ☂️ ✈ (#371719) View Forum Posts ![]() Posted on 2025-01-05 18:35:33 |
@Alchemist_Albedo | Hey there, so I looked into the code a bit and figured out the problem. Try to paste this in
There's a slight issue with the size of the image, as it's more vertical then horizontal unless you intended to make it a mobile CSS. ![]() |
[Project king] (#254900)
![]() Maneater View Forum Posts ![]() Posted on 2025-01-05 18:38:49 |
Just A 1967 Chevy Impala (#364942) View Forum Posts ![]() Posted on 2025-01-10 09:37:33 |
how do I make a thing (in dropbox) to put the css into when I want to use it? ![]() |
Emperor Quiqi ☂️ ✈ (#371719) View Forum Posts ![]() Posted on 2025-01-10 09:59:39 |
Hey ! I'm sorry but I didn't quite understand, if you could elaborate a little bit more I could maybe help you out . ![]() |
Just A 1967 Chevy Impala (#364942) View Forum Posts ![]() Posted on 2025-01-10 10:05:57 |
actually, nevermind; it apparently just didn't actually sign me up :') thank you though! I do have a different question though; is there a way to make the middle of the page (where all of the information and boxes are on) semi-transparent? it's completely gray for me and I went through and changed all color codes and rgb but it never changed ![]() Edited on 10/01/25 @ 19:49:18 by Just A 1967 Chevy Impala (#364942) |
FreeDino9568 (HS: 800/1800) (#206615) Aztec Knight View Forum Posts ![]() Posted on 2025-01-14 11:30:13 |
In the RGBA code, at the end where it is like, .1-1, that is the transparency value, lower decimal = more transparent. Good Luck! ![]() |
Just A 1967 Chevy Impala (#364942) View Forum Posts ![]() Posted on 2025-01-14 13:03:30 |
but at which point? I changed most of them but it remained the same transparency ![]() |
Emperor Quiqi ☂️ ✈ (#371719) View Forum Posts ![]() Posted on 2025-01-14 18:22:04 |
1 is opaque, and 0.1 is clear. But I personally use % haha eg: rgba(0 0 0 / 1); rgba(0, 0, 0, 1) rgba(0 0 0 / 100%) Values in Italics are what determine opacity. Again, 1 is opaque, so this would be the colour. rgba(0 0 0 / 0.1); rgba(0, 0, 0, 0.1) rgba(0 0 0 / 1%) This would make the colour invisible. ![]() |
Just A 1967 Chevy Impala (#364942) View Forum Posts ![]() Posted on 2025-01-14 18:40:53 |
ah, sorry! I meant at which point in the code would the rgba itself would be. so like, is it in the (main panel) right side, (main panel) left side, maybe the breadcrumb? ![]() |
Just A 1967 Chevy Impala (#364942) View Forum Posts ![]() Posted on 2025-01-14 18:40:53 |
ah, sorry! I meant at which point in the code would the rgba itself would be. so like, is it in the (main panel) right side, (main panel) left side, maybe the breadcrumb? ![]() |
Emperor Quiqi ☂️ ✈ (#371719) View Forum Posts ![]() Posted on 2025-01-14 18:42:08 |
I’m really sorry but I’m a bit illiterate… could you elaborate a little further ? ![]() |
Just A 1967 Chevy Impala (#364942) View Forum Posts ![]() Posted on 2025-01-14 18:46:23 |
do you know at what point in the entire code the rgba for the main strip of foreground colour is? ![]() ![]() |