robrich · @robrich
52 followers · 357 posts · Server hachyderm.io

dev.to/mateuszkirmuc/css-grid- - a cool series on and fr units: the space after all the fixed-width columns are specified. Nice content linkedin.com/in/mateusz-kirmuc.

#css #cssgrid

Last updated 1 year ago

Callie 🏳️‍⚧️ · @callie
85 followers · 77 posts · Server front-end.social

Challenging question for folks. I have a grid with a header and content, the content is scrollable. I need to add padding that's equal to the height of the header to the content. I need it on the first render as well. I feel like I saw some hackery that allowed something like this, but curious if folks might have any ideas.

#css #cssgrid #frontend

Last updated 1 year ago

But the content of statuses varies a lot, so using a to achieve it leaves wide gaps in the rows. The only solution for that is to truncate the content with max-heights (there's a mode for but it's only supported by and then only with an about:config flag).

So I went with instead which are widely supported and achieve the masonry effect. The problem with those is that content is laid out chronologically down the , not across the rows.

#column #columns #Firefox #cssgrid #masonry #grid #css

Last updated 1 year ago

Only supports the layout for and all the other should be ashamed of themselves for not implementing it yet! developer.mozilla.org/en-US/do

#chrome #css #webdev #browsers #cssgrid #masonry #Firefox

Last updated 1 year ago

ginfizz :vivaldi_red: · @TunedEdge
68 followers · 1337 posts · Server social.vivaldi.net

という概念すらない当時。
 横256 x 縦192
のカードというかタイルというか
そんな感じでの一枚として
ホームページを作っていた。

横256 ははっきり覚えている。
縦192 は 4:3 からの逆算。
つまり記憶があやふや。

Opera での表示の最適化を最優先
IE や Netscape の整合性は次点。

そんな独りよがりの時期でした。

#cssgrid

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
555 followers · 3727 posts · Server floss.social

Sigh, I just love ! ❤️

Look at this - there is no involved in those animations whatsoever (except for adding the CSS class that does the animation).

So beautiful!😍

I've struggled quite a bit with the following:
use different delay values for the item's `scale` animation, but do _not_ delay the scale when hovered. The solution has been to wrap the item into an additional element and animate those when hovered. 💡

#CSS #JavaScript #WebDesign #webdev #animation #cssgrid #CSSAnimation #selecuery

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
545 followers · 3440 posts · Server floss.social

Woah :awesome: did you know that has an implementation of masonry layout?

developer.mozilla.org/en-US/do

It is only implemented in Firefox (behind a flag) and 17 (Technical Preview) at the moment, though (one more reason to ditch Chr**e and Ed*e if you ask me).

caniuse.com/?search=masonry

#Firefox #Safari #CSS #cssgrid #masonry #layout #webdev

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
545 followers · 3439 posts · Server floss.social

Ha, I always wanted to do this kind of "sales pitch" thingy.😄

Quite pleased with it.😊

(The styling itself is not ready yet. I've wanted to get the content out first. The grid style itself will stay, though).

#pitch #marketing #OpenSource #WebDesign #webdev #selecuery #xplusplus #d365fo #cssgrid #contentcreation

Last updated 1 year ago

cguttweb · @cguttweb
4 followers · 26 posts · Server techhub.social

I'm trying to get back into coding routine again and doing OK so far. Codecademy has helped in terms of structure so I'm more focused rather trying to do several things at once which I'm still guilty of but always new things to learn.

I've enjoyed going over css grid and realised there's a bunch of values I didn't know about definitely something I need to use more but progress. 💪

#coding #webdev #cssgrid

Last updated 2 years ago

Sarah · @starrymom
4 followers · 12 posts · Server mstdn.social

How does one break out of css grid?

I can do it if it's only in rows:

____
____
___________
____
____

But not with columns (I'm using grid-template-columns: repeat(3, 1fr); ) like:

------ ------ ------
------ ------ ------
___________________
------ ------ ------
------ ------ ------

I don't think I'm making any sense but this is frustrating me.

#cssgrid #CSS

Last updated 2 years ago

Keith J Grant · @keithjgrant
491 followers · 583 posts · Server front-end.social

📣 CSS in Depth, 2nd edition, is officially underway! 📖

This will include tons of the improvements CSS has seen in the past five years, along with several chapters taking a deep look at the latest/upcoming tech for code organization (Goodbye, BEM!)

Let's go!!!!

#css #cssindepth #cssgrid #containerqueries

Last updated 2 years ago

robrich · @robrich
5 followers · 26 posts · Server hachyderm.io

dev.to/stackbit/7-ways-to-esca - 7 ways to things in . Wish it wasn't so complicated, but and do make it far easier. Great simple post with code twitter.com/stackbithq.

#center #css #flexbox #cssgrid

Last updated 2 years ago

Apple Annie :prami: · @anniegreens
24 followers · 271 posts · Server social.lol
Frank Quednau · @flq
63 followers · 417 posts · Server freiburg.social

Help, I'm lost in going super-detailed into a date display

#css #cssgrid

Last updated 2 years ago

Nils Müller · @Weltenkreuzer
790 followers · 943 posts · Server social.tchncs.de

An sauberen -Layouts finde ich ja einfach großartig, dass ich die Blöcke in meinem Layout im Quelltext fleißig hin- und her schichten kann, ohne dass sich an der Optik was ändert...

#cssgrid

Last updated 2 years ago

pablolarah · @pablolarah
24 followers · 124 posts · Server mastodon.social

🟧 The easiest way to get started with CSS Grid
by @zoranjambor at @CSSWeekly

youtube.com/watch?v=sAsX9e2NzZ

#css #webdev #cssgrid #grid

Last updated 2 years ago

Florence Maurice · @FlorenceM
11 followers · 6 posts · Server muenchen.social

Mal eine andere Art, ein zweites Element über erstem mit zu platzieren. Der Trick ist die 0px breite Zeile bei der Rasterdefinition und die Platzierung des Griditems mit place-self:
.gridcontainer { display: grid; grid-template-rows: auto 0px; }
.gridcontainer > :nth-child(2) { place-self: end; }

Ansehen hier: codepen.io/FlorenceM/pen/xxzqO

(diesen Trick hab ich in einem Beispiel bei freecodecamp.org/news/css-only entdeckt)

#cssgrid

Last updated 2 years ago

Timothée Goguely · @timotheegoguely
438 followers · 584 posts · Server mastodon.design

C’est un projet dont je suis très fier parce que j’admire énormément leur travail et que moi comme eux sommes très satisfaits du résultat ! Ils ont d’ailleurs rédigé un court article sur leur blog à propos de notre collaboration.

laurelparkerbook.com/fr/news/2

#écoconception #cssgrid

Last updated 4 years ago

Egoitz GVx4- aldakur - · @aldakur
96 followers · 727 posts · Server mastodon.eus

Orain ikusi dut nire WPren plantila HTM5ean ere gorde nuela. Baina, bootstrap erabilita.

Aste honetan, plantila bera (WP eta HTML5) nire GitHub kontura igoko dut, baina oraingoan inungo Framework gabe.

#cssgrid #moa #frontend

Last updated 4 years ago

Iñaki Quenerapú · @quenerapu
16 followers · 7336 posts · Server mastodon.xyz

#css #cssgrid

Last updated 5 years ago