Open ahandsel opened 3 years ago
My Repo: ahandsel/Git_GitHub_Intro
I was expecting to set all my text (title, body, and lists) to be aligned left when I appended the following in my style.css:
* { text-align: left; } ul { list-style-position: outside; text-align: left; } h3 { text-align: left; } p { text-align: left; } div { text-align: left; } .slide-internal-box { text-align: left; }
Some lists are aligned left while others are in the middle View: https://ahandsel.github.io/Git_GitHub_Intro/#slide-2
Nearly all links to "example code" or "sample code" are broken.
See the example.css
I am confused about "Align Left .left" CSS Classes. How do I use it? I added the following above & below text I want to align to the left in the markdown, but it did not work: <!-- classes: main, left -->
<!-- classes: main, left -->
sorry for the late reply, I'll confirm it later 🙇
confirmed. alignment is broken and not in a consistent manner.
Info
Type
For Questions
My Repo: ahandsel/Git_GitHub_Intro
Expected Behavior
I was expecting to set all my text (title, body, and lists) to be aligned left when I appended the following in my style.css:
Actual Behavior
Some lists are aligned left while others are in the middle View: https://ahandsel.github.io/Git_GitHub_Intro/#slide-2
Documentation
Nearly all links to "example code" or "sample code" are broken.
See the example.css
on https://hiroppy.github.io/fusuma/docs/guides/configuring-fusuma#cssI am confused about "Align Left .left" CSS Classes. How do I use it? I added the following above & below text I want to align to the left in the markdown, but it did not work:
<!-- classes: main, left -->