home.social

#fronten — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fronten, aggregated by home.social.

fetched live
  1. #news ⚡ Frei sieht „verhärtete Fronten“ bei Asylgesetz: Vor der Abstimmung über das sogenannte "Zustrombegrenzungsgesetz" im Deutschen Bundestag an diesem Freitag, bei der erstmals die AfD... hubu.de/?p=264788 | #asylgesetz #fronten #hubu

  2. The sixth is a little pure #CSS #3D thing I quickly make in under 10 minutes codepen.io/thebabydino/pen/wvb

    I really didn't expect anyone would even notice such a silly simple little thing and then it got hearted over 200 times...

    #code #coding #fronten #textEffect #web #dev #webDevelopment #webDev #textEffects

  3. #CSS gotcha: if you set a list of gradient stops on an element:
    .a { --l: var(--c0), var(--c1) }

    ... and expect to be able to get *a different gradient* if you just modify --c0 & --c1 on its .b children... I have bad news.😾

    You need to set:
    .a, .b { --l: var(--c0), var(--c1) }

    Live demo on @codepen
    codepen.io/thebabydino/pen/rNE

    Particularly annoying when that gradient is used on tens of various children. 😿

    #cssVariable #gotcha #cssGotcha #code #coding #fronten #web #webDev #dev #webDevelopment