That people have to resort to such creative contortions is a testament to what a shit pile CSS is.
1 line CSS Grid Framework
11–20 of 29 posts
Re: 1 line CSS Grid Framework
#12Isn't it a stretch to call this a "framework"? I guess "frameworks" are the "startups" of the CSS world.
Re: 1 line CSS Grid Framework
#13Re: 1 line CSS Grid Framework
#14Re: 1 line CSS Grid Framework
#15Re: 1 line CSS Grid Framework
#16That people have to resort to such creative contortions is a testament to what a shit pile CSS is.
CSS is perfectly fine for what it was designed for. Unfortunately, when it was being designed, tables were still viewed as perfectly acceptable for layout, and as far as I can tell, CSS didn't really aim to replace it. It seems to me that it was us OCD designers that wanted semantic markup who adopted CSS for layout, where sane people would use tables. (EDIT: I should probably clarify that this is 100% speculation, a…
Re: 1 line CSS Grid Framework
#17Re: 1 line CSS Grid Framework
#18Isn't it a stretch to call this a "framework"? I guess "frameworks" are the "startups" of the CSS world.
Re: 1 line CSS Grid Framework
#19Re: 1 line CSS Grid Framework
#20I thought it was undefined to put block elements in inline elements? You can't put a block element in an inline element but you can put a block element B2 in a block element B1 and then apply display:inline to the B1 element and not get undefined semantics?