you can align left right center * text-align: left|right|center|; * Align any text <style> div.a { text-align: center; } div.b { text-align: right; } </style> <div class="a">text</div> <div class="b">text</div> Align everything on profile <style> body { text-align: center; }</style> Name <style> h1 { text-align: center; }</style> ... » Continue Reading
I suggest putting the last two codes in separate field for it to work. It's for shadowed name and link hover color. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <style>body { background-image: url(https://i.pinimg.com/736x/51/57/1e/51571eaaceea66ee6998815e454e3cbb.jpg); background-repeat: repeat; background-size: 32.5% ; } :root { --logo-blue: grey; --darker-blue: #A... » Continue Reading