Add several resources of #50

This commit is contained in:
Kevin Van Der Werff
2019-10-15 12:39:20 +02:00
parent 24956ad3e0
commit 6e494807eb
2 changed files with 25 additions and 1 deletions

View File

@@ -37,6 +37,18 @@
"desc": "Four important considerations when loading web fonts.",
"url": "https://www.zachleat.com/web/font-checklist/",
"tags": ["typography", "tips", "best practices"]
},
{
"title": "My Device",
"desc": "Inspect the root css rules and viewport measurements of your device, and compare it to other devices.",
"url": "https://www.mydevice.io/",
"tags": ["viewport", "measurements", "responsive"]
},
{
"title": "Layers of CSS Box Model",
"desc": "Understand in which order the elements of the CSS box model are stacked.",
"url": "https://hicksdesign.co.uk/boxmodel/",
"tags": ["educational", "css"]
}
]
}