Travis build: 95 [cron]

This commit is contained in:
30secondsofcode
2018-12-15 21:08:02 +00:00
parent 988e1dc7a3
commit df63df3afc
28 changed files with 715 additions and 1048 deletions

View File

@ -6,9 +6,7 @@ Vertically and horizontally centers a child element within its parent element us
```html
<div class="container">
<div class="center">
<span>Centered content</span>
</div>
<div class="center"><span>Centered content</span></div>
</div>
```