Posted by Free CSS Template + Tutorial!
katie 🍃 (#106445)

Warrior
View Forum Posts


Posted on
2019-01-25 23:49:10
This template/tutorial is outdated! Find my new one HERE.




Hrt Icon 8 players like this post! Like?

Edited on 29/12/22 @ 05:04:31 by katie 🌶️ (#106445)

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 16:28:25
Also I'd recommend using a 1920*1080 picture, the one you're using looks heavily pixelated. Of course though, it's just a recommendation!



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-14 16:32:01
how do I choose where has what header?



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 16:33:02
What do you mean exactly? Also, don't forget to add the !important I mentioned earlier



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-14 16:40:38
for example, the king's name is in h1, how would I make it h3?

fixing the !important thing



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 16:43:48
You can't change that, unfortunately. That's HTML markup that's part of the site. If you want to change it, you need to change the h1 properties. Why do you want to make it h3 though?



Hrt Icon 0 players like this post! Like?

Iƈαɾ&upsilon
;ʂ [Pastel Ferus] (#135202)

Angelic
View Forum Posts


Posted on
2020-09-14 16:44:02
@Ater

Oh my goodness idk what I was doing that for ! Thanks so much ❤️



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 16:44:38
It's okay! I love helping out when I can. c:



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-14 16:47:07
The default King name, where it says Welcome to [Kings name] den? thought that was CSS, right? I wanted to change it because it's smaller than I like



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 16:55:21
If you mean where it says "Stairway To Heaven's Den", you need to change the font-size of h1! Use pixels though.



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-14 17:00:06
oh, awesome! last thing, how do I make credit boxes in the corner?



Hrt Icon 0 players like this post! Like?


Edited on 14/09/20 @ 17:01:33 by Polaroid [Ask About My Lore!] (#163486)

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 17:20:15
Sticky boxes use postition:sticky; then you have to position them with left:[position in pixels] and bottom:[same], and of course you give them the size with width and height!



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-14 17:21:38
so, the code would be this?

box3 {

left: 20px
bottom: 20px

}



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 17:31:13
Since it's a class, it's .box3; you're missing the position:sticky and the width and height!



Hrt Icon 0 players like this post! Like?

Polaroid, the mfing
Pie Lord (#163486)


View Forum Posts


Posted on
2020-09-14 17:36:16
.box3 {

position:sticky
width: 20px
height: 20px
left: 20px
bottom: 20px

}



Hrt Icon 0 players like this post! Like?

Ater 🐺 [Project] (#206739)

Cursed
View Forum Posts


Posted on
2020-09-14 17:42:43
Pretty much, but don't forget to give it background colour and stuff! Like the other boxes. And also all the ;



Hrt Icon 0 players like this post! Like?







Memory Used: 637.66 KB - Queries: 2 - Query Time: 0.00085 - Total Time: 0.01336s