Travis build: 504

This commit is contained in:
30secondsofcode
2019-10-02 06:54:34 +00:00
parent fea6b198a8
commit 3d8328fdfc
3 changed files with 99 additions and 0 deletions

View File

@ -625,6 +625,21 @@
"hash": "97b037f3f463b8cf7de0cc12a607c540ffe8a4869323a4cc17c66eebbc92d612"
}
},
{
"id": "tile-layout-using-inline-block",
"type": "snippetListing",
"title": "3-tile layout",
"attributes": {
"text": "Align items horizontally using `display: inline-block` to create a 3-tile layout.\n\n",
"tags": [
"layout",
"beginner"
]
},
"meta": {
"hash": "ba4688945c309db9b6255f4555299034a67ea583e4e8db2806085c1c257b736f"
}
},
{
"id": "toggle-switch",
"type": "snippetListing",