Thread
:
css for horizontal and vertically centred
View Single Post
05-12-2024, 07:17 PM
#
13
JSWolf
Resident Curmudgeon
Posts: 80,178
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by
Turtle91
I just used a basic text-align:center
Code:
.ctr {text-align:center}
If <p> has an indent then your center will be off-center..
Code:
.ctr { text-align:center text-indent: 0; }
JSWolf
View Public Profile
Find More Posts by JSWolf
Track Posts by JSWolf via RSS