Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hackmd 的 slide,字的置左置右怎麼設定呢? #5

Open
jawayang opened this issue May 26, 2016 · 1 comment
Open

hackmd 的 slide,字的置左置右怎麼設定呢? #5

jawayang opened this issue May 26, 2016 · 1 comment

Comments

@jawayang
Copy link
Contributor

jawayang commented May 26, 2016

marsen [2:46 PM]
hi
請教一下 hackmd 的slide ,
字的置左置右怎麼設定呢?

jacky [2:53 PM]
直接 hack CSS ,在文件上面加上這段
原本CSS是設定在 .reveal .slides 下面 所以直接附蓋就好

<style>
.reveal .slides {
    text-align: left;
}
</style>

jacky [3:02 PM]
如果不要讓標題全部轉大寫要加這段

h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

jacky [3:06 PM]
簡單說 md 會轉成 HTML 所以你要改什麼都可以

@jawayang jawayang changed the title 請教一下 hackmd 的slide ,字的置左置右怎麼設定呢? 請教一下 hackmd 的slide,字的置左置右怎麼設定呢? May 26, 2016
@jawayang jawayang changed the title 請教一下 hackmd 的slide,字的置左置右怎麼設定呢? hackmd 的 slide,字的置左置右怎麼設定呢? May 26, 2016
@neighborhood999
Copy link
Contributor

其實直接用 HTML 去做修改也是可以的喔!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants