Next.js Discord

Discord Forum

Simple problem with centering a text

Unanswered
Saltwater Crocodile posted this in #help-forum
Open in Discord
Saltwater CrocodileOP
hi, i dont know if this is a next specific problem but it should be working right? here im just trying to center a text into a middle of screen horizontaly and vertically but its centering only in 1 axis, any idea? thanks in advance

4 Replies

should define the hight of the div or use some css framework like typescript 😁
@Ejayz || PiggyDev should define the hight of the div or use some css framework like typescript 😁
Saltwater CrocodileOP
well i want the <main> to represent entire window/page
@Saltwater Crocodile well i want the <main> to represent entire window/page
add width and hieght which is 100 % i think then the h1 can have the margin if you want to center it . I think that would work