AI智能
改变未来

CSS单行文字垂直原理

<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>单行文字垂直居中原理</title><style>div {font-size: 30px;width: 100px;height: 100px;line-height: 100px; //使行高等于盒子的高,就能使文字垂直居中background-color:blue;}</style></head><body><div>ththh</div></body></html>

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » CSS单行文字垂直原理