zalog / placeholder-loading

Simple and flexible, css only, content placeholder loading animation. https://zalog.github.io/placeholder-loading/
MIT License
1.48k stars 149 forks source link

Align center #21

Open MickL opened 3 years ago

MickL commented 3 years ago

Currently the whole grid system is made for text with left or right align but what about centered text? E.g. just an image with text centered below it.

That is even hard to do with the current options since there are only even col-sizes like 2, 4, 6, 12 which is very limiting, e.g. the following is not possible:

 .col-3.empty --- .col-6 --- .col-3-empty

Maybe we could add a simple .center class to the .ph-item?

zalog commented 3 years ago

Hey @MickL! Thanks for your time! I'll get back to this as soon as possible.