Single post in Guide to CSS (Beginner & Intermediate) [In Progress]
Forum Index > PokéFarm > Guides > Guide to CSS (Beginner & Intermediate) [In Progress] >
QUOTE originally posted by AllyCATisFuN
Hey I'm sorry if anyone asked this already but how do I center the words to the middle of ancorrdian?
My Code:
[accordion]
[a-section="[center]Rules[/center]"]
hello
[/a-section]
[a-section=Rules]
hello
[/a-section]
[/accordion]
Result
Rules
hello
Rules
hello
Rules
hello
Code here
[accordion]
[a-section=Rules]
hello
[/a-section]
[a-section=Rules]
hello
[/a-section]
[/accordion]
[style]
.panel > h3 {
text-align: center;
}
[/style]
Buying Prisms @ 70ZC and BSDs @ 30ZC
Avatar by xaandiir for my use only






