Flexbox's are cool, but a pain in the dairy air to write. Flex makes it easy. Generate CSS to quickly make grids, columns, just about whatever you could think of, all thanks to the wonders of Flexbox.
@lukasjorissen Not quite familiar with CSS grids, however this isn't a columns framework I was attempting to build, it's simply just aligning content without being overly bulky. i.e centering a specific div is as simple as..
```
display: flex;
justify-content: center; align-items: center;
```
Really cool, however the select boxes are annoying, if they were visible as radio buttons or when you clicked the input it cycled through the options that would be cool. I agree with @ariel_jedrzejczak also, scrolling is annoying.
@ariel_jedrzejczak Ya I straight up thought the site was broken when I first entered it. I was trying to scroll on the middle pane and nothing was happening. Even after seeing the arrow I clicked on the arrow thinking it would do something. I didn't realize I had to click on the left side and then start scrolling til I saw this comment and realized I needed to keep scrolling somewhere to make it work. Maybe make it scroll a little bit for the user if they click that pulsing arrow to show them the left panel scrolls.
@ariel_jedrzejczak@tm0neys Yep same here? Maybe if they click the bouncing arrow push the page. Also a bouncing arrow does not really indicate scroll all too much :P
Nice idea! Let me make 1 suggestion though: Making a selection in a drop down menu triggers a "startDrag" (or something) on OSX Safari, which makes the flow go haywire.
HN+ : HackerNews Plus