如果Chrome是這個樣子:文本對齊中心歌劇 - CSS
.text-center {
text-align: -webkit-center;
}
和Firefox:
.text-center {
text-align: -moz-center;
}
怎麼樣的歌劇嗎?
.text-center {
text-align: -o-center;
}
不工作。
UPDATE:
HTML:
.container
.text-center.label-margin
%h3
.bubble LEADERSHIP
我的氣泡類別的CSS。
.bubble {
position: relative;
width: 170px;
height: 45px;
padding: 11px 0 0 0 !important;
background-color: #333333 !important;
font-style: normal !important;
font-family: 'Fira Sans', sans-serif;
font-size: 25px;
font-weight: 600;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
}
它看起來像在Opera