Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSSDAY 2024

CSSDAY 2024

Kevin Shallvari

April 04, 2024
Tweet

Other Decks in Technology

Transcript

  1. Copyright © GELLIFY Group All rights reserved Contenuti: - Il

    Responsive Design "ai miei tempi” - Utopia System è il responsive design di domani?
  2. Copyright © GELLIFY Group All rights reserved Contenuti: - Il

    Responsive Design "ai miei tempi” - Utopia System è il responsive design di domani? - E con i designer come facciamo?
  3. media queries as a way to conditionally apply CSS rules.

    They tell the browser that it should ignore or apply certain rules depending on the user’s device. Media queries let us present the same HTML content as distinct CSS layouts. So, instead of maintaining one website for smartphones and an entirely unrelated site for laptops/desktops, we can use the same HTML markup (and “Responsive design” refers to the idea that your website should display equally well in everything, from widescreen monitors to mobile phones.
  4. TRE COPPIE DI VALORI @MIN @MAX VIEWPORT 320PX 1500PX FONT-SIZE

    BASE 16PX 24PX MOLTIPLICATORE 1.2 1.333
  5. INTERPOLIAMO In matematica, e in particolare in analisi numerica, per

    interpolazione si intende un metodo per individuare nuovi punti del piano cartesiano a partire da un insieme finito di punti dati. - wikipedia
  6. UN PO DI MATEMATICA Slope = (MaxFontSize - MinFontSize) /

    (MaxWidth - MinWidth) yIntersection = (-1 * MinWidth) * Slope + MinFontSize font-size: clamp(MinSize[rem], yIntersection[rem] + Slope * 100vw, MaxSize[rem])
  7. ARMONIA E CONSISTENZA PER TUTTI I DEVICE I BENEFICI MENO

    CODICE / MENO DESIGN COLLABORAZIONE PIÚ EFFICACE COI DESIGNER
  8. ARMONIA E CONSISTENZA PER TUTTI I DEVICE I BENEFICI MENO

    CODICE / MENO DESIGN COLLABORAZIONE PIÚ EFFICACE COI DESIGNER
  9. LATI UN LINGUAGGIO ASTRATTO CURVA DI APPRENDIMENTO NON RIMPIAZZA UN

    BRAVO DESIGNER NON ELIMINA DEL TUTTO LE MEDIA QUERIES
  10. « Dell'utopia non è tanto importante il suo raggiungimento, ma

    ciò che spinge l'uomo alla realizzazione del suo sogno. » Bastard! - Kazushi Hagiwara