开发者

how to set element center in the div

开发者 https://www.devze.com 2023-01-27 11:29 出处:网络
suppose i have text, images etc in div. so how can i make the element center horizontally开发者_运维百科 and vertically in the div with the help javascript & css. please guide with sample code.

suppose i have text, images etc in div. so how can i make the element center horizontally开发者_运维百科 and vertically in the div with the help javascript & css. please guide with sample code.

thanks


you can do this all with css.

for horizontal center, use the text-align class.

For vertical center, I have used line-height --

this link goes over centering:

http://www.jakpsatweb.cz/css/css-vertical-center-solution.html

0

精彩评论

暂无评论...
验证码 换一张
取 消