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 108 players like this post! Like?

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

Trans Sans (#464234)

Pervert
View Forum Posts


Posted on
2024-06-15 01:43:58
Oh jeeze! hmmm

one of the 1 medium box and 1 small box & 1 medium box, maybe? I'm not exactly sure as I can't preview what they look like. Thank you so much in advance and currently! <3



Hrt Icon 0 players like this post! Like?

{Shamhna} πŸŽƒ [S] (#9102)

Cursed
View Forum Posts


Posted on
2024-06-15 01:53:01
It's no problem, I'm happy to grab more if these aren't to your liking.

1 medium box:
<*div class="boxcontainer"*><*div class="mediumbox"*><*h2*>header<*/h2*>text<*/div*><*/div*>

1 small box & 1 medium box:
<*div class="boxcontainer"><*div class="smallbox"*><*h2*>header*>text*><*div class="mediumbox"*><*h2*>header<*/h2*>text<*/div*><*/div*>

Just remove all *
Let me know how they work or if I messed them up! I'm a mobile player, so this gets tricky.



Hrt Icon 0 players like this post! Like?

buni ❀ (#340379)

Nice Guy
View Forum Posts


Posted on
2024-06-17 18:40:28
tysm ^^ feel free to look at my den ^^



Hrt Icon 0 players like this post! Like?

β•­γƒ»πŸŒˆΛšβ‚Šβ€§κ’
°αƒ lioprism ΰ»’κ’±
β€§β‚ŠΛš (#479647)

Sweetheart
View Forum Posts


Posted on
2024-06-18 18:55:26
hi! I'm really struggling to get the font to work in my css. no matter what font I choose from google fonts, the font doesn't change from the unsightly default font. I'd really appreciate any help if someone can tell me what I'm doing wrong! here's the font segment of my css code (from katie's template):

@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&display=swap');



Hrt Icon 0 players like this post! Like?

Anxiety Prime™
[11.25.22 RLC] (#191357)


View Forum Posts


Posted on
2024-06-18 21:07:12
If you give me a little bit I can check!



Hrt Icon 0 players like this post! Like?

Destiny (#269645)


View Forum Posts


Posted on
2024-06-18 22:12:54
you also have to change the font-family in background section



Hrt Icon 0 players like this post! Like?

Trans Sans (#464234)

Pervert
View Forum Posts


Posted on
2024-06-18 22:29:31
as an example, here is a string of code from a page I'm working on

/* FONT (From Google Fonts) */

@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&display=swap');

/* BACKGROUND */

body {
background: url('https://i.pinimg.com/originals/d9/18/38/d9183845f5c8f747421c644c779c232a.jpg')
center center fixed;
background-size: 100%;
color: #2e2a2b ;

font-family: "Battambang", cursive;
font-weight: 900;
font-style: normal;

where it says "Font-Family", write down the name of the font



Hrt Icon 0 players like this post! Like?

Nightmarewastaken (#198653)

Savage
View Forum Posts


Posted on
2024-06-19 10:23:44
Hi! I’ve recently used this to code mg CSS for my den, though I have been having trouble getting the chat box customizations to work on mobile/phone. It works perfectly fine but does not show up on mobile, does anybody have any suggestions?

I also wanted to ask if anyone knows how to change border radius of specific table headers(β€œchange your password”, β€œsparring”, β€œaccount options”, etc.) instead of editing them all together? I’ve tried everything and can’t seem to edit them separately.

Thank you!



Hrt Icon 0 players like this post! Like?

β•­γƒ»πŸŒˆΛšβ‚Šβ€§κ’
°αƒ lioprism ΰ»’κ’±
β€§β‚ŠΛš (#479647)

Sweetheart
View Forum Posts


Posted on
2024-06-19 17:05:02
aa, thank you guys so much!! it was late when I was working on it last night, I forgot to change the font family to the actual font :")

another question for some reason the custom cursor doesn't seem to be working? it works fine in the css preview, but not on my actual den. should I try to move it further up into the code instead of placing it at the very bottom?



Hrt Icon 0 players like this post! Like?

Wyn| G1 Purple BO (#344111)

Heavenly
View Forum Posts


Posted on
2024-06-20 00:09:41
@lioprism - I always place my cursor at the bottom, so that shouldn't be the issue. Are you sure you have the right code? On Cursors-4U.com there's two codes on the cursor page, always use the bottom one



Hrt Icon 0 players like this post! Like?

β•­γƒ»πŸŒˆΛšβ‚Šβ€§κ’
°αƒ lioprism ΰ»’κ’±
β€§β‚ŠΛš (#479647)

Sweetheart
View Forum Posts


Posted on
2024-06-20 05:13:44
I’ll try that out, thank you so much!!



Hrt Icon 0 players like this post! Like?

Spring (#447923)

Resurgent
View Forum Posts


Posted on
2024-06-27 15:52:38
Hello, I've been having difficulty changing the color of my energy bar, is there anyone that can figure out how to fix it so that the text is visible.

This is the dropbox link: <*link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/scl/fi/wj0qwtsryt60cds6a60es/HTTYD-fixed-version-1.css?rlkey=oym8zmcpzf0rlr1an6n0uj0l0&st=0kfzzjfc&dl=0" />



Hrt Icon 0 players like this post! Like?

β˜„π“π“Έπ“Ώπ“ͺβ
Ϭ :blush: (#215716)

Divine
View Forum Posts


Posted on
2024-06-27 18:23:46
How do you get a dl link for drop box ? My link won’t work




Hrt Icon 0 players like this post! Like?

Destiny (#269645)


View Forum Posts


Posted on
2024-06-27 22:16:26
you just have to change the www part to dl



Hrt Icon 0 players like this post! Like?

β˜„π“π“Έπ“Ώπ“ͺβ
Ϭ :blush: (#215716)

Divine
View Forum Posts


Posted on
2024-06-27 22:29:51
Ty!



Hrt Icon 0 players like this post! Like?







Memory Used: 638.90 KB - Queries: 2 - Query Time: 0.00038 - Total Time: 0.01318s