{F}rontendové nowwwinky

Online sraz

State of CSS/Zpráva o CSS

note:

CSS masonry

note:

.container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*Firefox Nightly: layout.css.grid-template-masonry-value.enabled*/
  grid-template-rows: masonry;
}

CSS masonry: nové vlastnosti

.container {
    display: grid;
    grid-template-rows: masonry;
    justify-tracks: start;
    align-tracks: space-between;
}

note:

CSS masonry: použití už dnes

@supports (grid-template-rows: masonry) {
  /* masonry code here */
}

The State of Developer Ecosystem 2020

by JetBrains s.r.o

note:

Developer Ecosystem 2020: demografie

Developer Ecosystem 2020: mazlíčci

Developer Ecosystem 2020: pracovní doba

note:

Developer Ecosystem 2020: místní srazy

note:

3D CSS

note:

Webbed Briefs

WEBBED BRIEFS are brief videos about the web, its technologies, and how to make the most of them. They’re packed with information, fun times™, and actual goats. Yes, it’s a vlog, but it isn’t on Youtube. Unthinkable!

note: