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



Hrt Icon 125 players like this post! Like?

Edited on 15/05/23 @ 16:23:01 by katie 🌿 (#106445)

Munin (#267508)

Cold-Blooded
View Forum Posts


Posted on
2023-05-07 14:42:34
Yeah when changing your CSS and putting in a new link make sure you only put in the part after the /s/ of your Dropbox link and add that after the /s/ in the CSS link going in your territory description



Hrt Icon 0 players like this post! Like?

jas (#357545)


View Forum Posts


Posted on
2023-05-14 10:42:09
what do i do?? i tried using the boxes but they don't seem to work, only text appears



Hrt Icon 0 players like this post! Like?

✿Ghosti✿ (#109280)

Heavenly
View Forum Posts


Posted on
2023-05-14 22:38:33
Is anyone else having a background image issue on mobile or is it just my phone, because for me 3 stacked images of my background are showing up small in the top left corner. I've seen it in other customized dens too



Hrt Icon 0 players like this post! Like?

Emperor Quiqi ☂️
(#371719)


View Forum Posts


Posted on
2023-05-14 22:44:24
Normal thing for mobile people, it’s cause of the img size of the bg I think



Hrt Icon 0 players like this post! Like?

Emperor Quiqi ☂️
(#371719)


View Forum Posts


Posted on
2023-05-15 16:19:04
do u guys know how to add a lil left bottom corner box to the css



Hrt Icon 0 players like this post! Like?

✿Ghosti✿ (#109280)

Heavenly
View Forum Posts


Posted on
2023-05-15 18:32:08
I had to dig for that too quiqi, here it is in this guide: Keina's HTML Guide

CSS(For floating left corner box):
.name {
position: fixed;
bottom: 0;
left: 0;
}

HTML:
<*div style="width:#px;height:#px;background:#HEXCODE;border:#px solid;"* class="name"*>Text<*/*div>

change "name" to whatever you want but make sure it matches in the CSS and HTML



Hrt Icon 0 players like this post! Like?

jas (#357545)


View Forum Posts


Posted on
2023-05-15 19:19:30
alr, ty



Hrt Icon 0 players like this post! Like?

Kitsune (#217102)


View Forum Posts


Posted on
2023-05-19 02:37:04
Once again this is wonderful, through your template I was able to teach myself the basics of css and html! Even now your still offering resources and information I didn't have before such as the color palette from image website, where I had previously struggled getting a nice combination.

Thank you for all the hard work you put in, and accessibility you maintain to absolute newcomers as I once was!



Hrt Icon 0 players like this post! Like?

K (bushveld bomb g1
splash) 🪷 (#374763)

Maneater
View Forum Posts


Posted on
2023-06-08 18:59:31
if i wanted to just create forum html, how do i follow this template? or is there another forum in chatter that is more catered to forum html?



Hrt Icon 0 players like this post! Like?

jas (#357545)


View Forum Posts


Posted on
2023-06-08 19:21:40
there is probably another forum dedicated to html for forums. if not, you can get commissions for forum html too



Hrt Icon 0 players like this post! Like?

K (bushveld bomb g1
splash) 🪷 (#374763)

Maneater
View Forum Posts


Posted on
2023-06-08 20:16:04
thank you so much! i did some digging, and my pea brain wasn't registering that html and css were completely different things lol.



Hrt Icon 0 players like this post! Like?

tamaachii (#419913)

Harbinger
View Forum Posts


Posted on
2023-06-08 23:40:50
Just wondering, does this also work with gifs? I've been trying but it never worked



Hrt Icon 0 players like this post! Like?


Edited on 08/06/23 @ 23:41:56 by rkyeo!! (#419913)

jas (#357545)


View Forum Posts


Posted on
2023-06-09 15:52:58
yes! it works with gifs as a backgroudn!



Hrt Icon 0 players like this post! Like?

jas (#357545)


View Forum Posts


Posted on
2023-06-09 15:54:11
/* gif bg */

body {

background: url('GIF LINK') center center fixed;
background-size: 100%;

color: #000 [for text color]
}



Hrt Icon 0 players like this post! Like?


Edited on 09/06/23 @ 15:54:23 by sprinklekit (#357545)

🦕Fivtrees🦕 (#239719)

Sapphic
View Forum Posts


Posted on
2023-06-09 20:22:58
This is a really helpful guide! Thank you <3



Hrt Icon 0 players like this post! Like?







Memory Used: 643.40 KB - Queries: 2 - Query Time: 0.00069 - Total Time: 0.00633s