add contents

This commit is contained in:
André Weller
2019-05-15 16:44:42 +02:00
parent 47cc6c8a1d
commit 005ffa626c
14 changed files with 159 additions and 5 deletions

View File

@@ -38,6 +38,21 @@ export default {
desc: 'Overview of css attributes which trigger either layout, paint or composite. Good to know if you want to learn more about css performance.',
url: 'https://csstriggers.com/'
},
{
title: 'A complete guide to flexbox',
desc: 'A comprehensive guide to flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elemends (the flex items). It also includes history, demos, patterns and a browser support chart. By css-tricks.com',
url: 'https://css-tricks.com/snippets/css/a-guide-to-flexbox/'
},
{
title: 'Learn CSS layout',
desc: 'This site teaches the CSS fundamentals that are used in any website\'s layout (Unfortunately nothing abour display:grid yet).',
url: 'http://learnlayout.com'
},
{
title: 'CSSmatic - box shadow generator',
desc: 'The ultimate box shadow generator',
url: 'https://www.cssmatic.com/box-shadow'
},
]
}
},