|
|
---|---|
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) |
☆Elliot☆ [G3 clouded 3x dawn] (#302920) Nice Guy View Forum Posts ![]() Posted on 2023-03-17 12:17:32 |
Dragonessx (#424852)
Impeccable View Forum Posts ![]() Posted on 2023-03-17 16:29:14 |
Batcie, I used Adobe image resizer to resize my images. Just choose custom from the dropdown menu, click the chain between length and height, and then put 240 x 120. From there download the resized image, paste it into imgur, and copy image address. Hope that helps! I have my own question though, I saw someone on the site with a gradient box around their info and was wondering if anyone knew how to do that? Ty! ![]() |
Ciber ! | G3 Ankh Overo (#312159) ![]() Heavenly View Forum Posts ![]() Posted on 2023-03-17 17:19:21 |
Dragonessx - I think this guide just might be what you’re looking for (I suggest clicking the “Try me” buttons to see how the code is placed!) ![]() |
Misten | G3 ferus (#262924)
Protector View Forum Posts ![]() Posted on 2023-03-22 08:06:34 |
I'm using Imgur, which link do I need? Image Link, Direct Link, Markdown Link, HTML, BBCode or Linked BBCode? ![]() |
Ciber ! | G3 Ankh Overo (#312159) ![]() Heavenly View Forum Posts ![]() Posted on 2023-03-22 16:29:04 |
If you're using imgur you should be able to right click (or press and hold if on mobile) on the picture and copy the image address. I think maybe direct link would also give you this but I'm not sure. ![]() |
Misten | G3 ferus (#262924)
Protector View Forum Posts ![]() Posted on 2023-03-23 00:10:55 |
Floweβoy (#428976)
![]() Mean View Forum Posts ![]() Posted on 2023-03-23 14:09:42 |
hey katie thanks for the template i managed to make a red dead redemption 2 css with it. ![]() |
Misten | G3 ferus (#262924)
Protector View Forum Posts ![]() Posted on 2023-03-24 14:27:18 |
I'm having problems with my topbar and the den, crossroads (etc) bar, it won't show the right colors. Also how do you make your background transparent/color it diffrently? (I know you can change it with putting 0, but where?) ![]() |
☆Elliot☆ [G3 clouded 3x dawn] (#302920) Nice Guy View Forum Posts ![]() Posted on 2023-03-24 16:52:33 |
Okay so to make it transparent, find the code that says something like "8, 100, 62, 1" (random numbers) change the "1" to whatever opacity. 1 is solid, 0.5 is semi transparent, 0 is invisible, and everything inbetween is of course, a mix of them. ![]() |
Misten | G3 ferus (#262924)
Protector View Forum Posts ![]() Posted on 2023-03-24 22:44:20 |
Yea but under which? (About the background, and with which I mean like the /* Something */ ) ![]() |
Ciber ! | G3 Ankh Overo (#312159) ![]() Heavenly View Forum Posts ![]() Posted on 2023-03-25 05:36:43 |
Any place where it says rgba (which I’ve found is usually the sections that will say background: rgba(1, 1, 1, 0.5) ![]() |
Munin (#267508)
![]() Cold-Blooded View Forum Posts ![]() Posted on 2023-03-25 06:08:46 |
@Misten it is the /*Main panel*/ /*Right Side*/ the .container.main change the opacity to 0 where it says background: rgba (0, 0, 0, 1) so the 1 to 0 ![]() |
Misten | G3 ferus (#262924)
Protector View Forum Posts ![]() Posted on 2023-03-25 07:50:55 |
Fallen Lion (#217344)
Total Chad View Forum Posts ![]() Posted on 2023-03-26 19:27:30 |
Ciber ! | G3 Ankh Overo (#312159) ![]() Heavenly View Forum Posts ![]() Posted on 2023-03-26 21:20:09 |