【问题标题】:Slidify centering the title page滑动居中标题页
【发布时间】:2014-08-20 14:36:00
【问题描述】:

我是第一次使用 slidify,我想通过将标题、副标题、作者和工作居中来更改主页的布局。 通过添加 text-align:center;到 css,我能够让他们以彼此为中心。但我只能通过添加 left: 480px; 来将它们放在幻灯片的中心。但是当然,现在对齐不是最理想的,因为每当我的标题长度发生变化时它都会发生变化。 谁能帮帮我?

【问题讨论】:

  • 贴出你的相关代码,我们无能为力

标签: html css slidify


【解决方案1】:

在默认的css中,我已经把设置改成了这个

/* line 924, ../scss/default.scss */
.title-slide group {
bottom: 55px;
left: 480px;
text-align: center;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-03-09
    • 1970-01-01
    • 1970-01-01
    • 2016-05-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多