You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,12 @@ This list is mainly about CSS – the language and the modules. Not about naming
50
50
51
51
-[Layout Land](https://www.youtube.com/channel/UC7TizprGknbDalbHplROtag) - Jen Simmons video series about the new CSS Layout possibilities.
52
52
53
+
### Classic layouting
54
+
55
+
-[Floats](https://tympanus.net/codrops/css_reference/float/) - In depth information about how to use (and clear) floats.
56
+
-[Positioning Types](https://scotch.io/bar-talk/5-things-you-might-not-know-about-the-css-positioning-types) - A closer look at a few little-known things related to the CSS positioning layout method.
57
+
-[inline-block](https://iamsteve.me/blog/entry/inline_block) - Shows in which cases it makes sense to use the display property `inline-block` for layouting.
58
+
53
59
### Flexbox
54
60
55
61
-[A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - All you need to know about Flexbox on one page.
0 commit comments