我试图让文本保持在可调整大小的 DIV 的中间。这是示例:
CSS
#rightmenu {
position: absolute;
z-index: 999999;
right: 0;
height: 60%;
text-align: center;
}
HTML
<div id="rightmenu">This text should be center aligned and in the middle of the resizable rightmenu</div>
我试图创建一个类来包含自动上带有“margin-top 和 margin-bottom”的文本,但不起作用。