Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #c
  • #cs
  • #css
RSS: #css-grid

#css-grid

  • #css-grid-appropriate
  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 8/09/2018

    Using #css Grid where appropriate (revisited)
    ▻https://hackernoon.com/using-css-grid-where-appropriate-revisited-53df7dbcec6a?source=rss----3a

    This solution is a follow-up post on my last year’s article “Using CSS Grid where appropriate”. The goal is to find a solution for navigation with an unknown number of items.RECAPCreating navigation with CSS Grid is arguably not the best solution. However, if one wants to use CSS Grid, two options were suggested:Using grid-auto-flow: row; and placing each item in the grid, like this:.nav__item:nth-child(1) grid-area: 1 / 1 / 2 / 2;Defining a definite grid using keyword auto for setting width of the rows and columns:.nav display: grid; grid-auto-flow: row;@media screen and (min-width: 320px) .nav grid-template-columns: repeat(4, auto); grid-template-rows: repeat(2, auto); In both examples, we are defining a strict grid — a number of columns in a row are strictly (...)

    #css-grid #software-development #design #css-grid-appropriate

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire
  • @jeanmarie
    jeanmarie @jeanmarie CC BY-NC-SA 16/06/2018
    3
    @cy_altern
    @gastlag
    @suske
    3

    Grid Garden - un jeu pour apprendre les #grid #CSS
    ▻http://cssgridgarden.com

    http://cssgridgarden.com/images/screenshot.png

    #layout #web_design #css-grid #carottes

    jeanmarie @jeanmarie CC BY-NC-SA
    Écrire un commentaire
  • @rastapopoulos
    RastaPopoulos @rastapopoulos CC BY-NC 20/02/2018
    1
    @mist_
    1

    Layout Land - la chaine pédagogique de Jen Simmons de Mozilla
    ▻https://www.youtube.com/channel/UC7TizprGknbDalbHplROtag

    Nouvelles vidéos deux fois par semaine.

    Exemple
    ▻https://www.youtube.com/watch?v=dQHtT47eH0M

    via ▻https://seenthis.net/messages/670728

    #intégration #web #HTML #CSS #css-grid #layout

    RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire
  • @b_b
    b_b @b_b PUBLIC DOMAIN 13/12/2017
    6
    @jeanmarie
    @tofulm
    @rastapopoulos
    @mukt
    @suske
    @gastlag
    6

    How to make your HTML responsive by adding a single line of #CSS
    ▻https://medium.freecodecamp.org/how-to-make-your-html-responsive-by-adding-a-single-line-of-css

    https://cdn-images-1.medium.com/max/1200/1*jCNANupl0ECRzF6cOLuWNw.gif

    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));

    Titre un peu racoleur mais tout de même intéressant.

    #grid

    • #HTML
    b_b @b_b PUBLIC DOMAIN
    • @rastapopoulos
      RastaPopoulos @rastapopoulos CC BY-NC 14/12/2017

      #intégration #web #html #responsive #css-grid

      RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire

Thèmes liés

  • #css
  • #web
  • #intégration
  • #layout
  • #grid