GeekEast / blog_comment

0 stars 0 forks source link

Bootstrap Tutorial | 雪中印 #86

Open GeekEast opened 5 years ago

GeekEast commented 5 years ago

https://geekeast.github.io/bootstraptutorial.html#more

Layout Container 12345678/ 居中内容,占满父级宽度 /.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;} 如果想居中内容,将其放置在container内部即可