|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
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! 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 16:32:01 |
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 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 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? 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 ❤️ 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 16:44:38 |
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 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. 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? 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! 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 17:21:38 |
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! 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 } 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 ; 0 players like this post! Like? |