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

 

b_b

@b_b
http://blog.eliaz.fr
RSS: b_b
tous les messages de b_b
  • @b_b
    b_b @b_b PUBLIC DOMAIN 27/02/2022
    8
    @baroug
    @rastapopoulos
    @gblin
    @monolecte
    @jeanmarie
    @7h36
    @fil
    @tofulm
    8

    #Flexbox Dynamic Line #Separator - Ahmad Shadeed
    ▻http://ishadeed.com/article/flexbox-separator

    https://ishadeed.com/assets/flexbox-separator/twitter-card.jpg

    To make this work on all screen sizes, we need to have the flex-direction: column mobile and flex-direction: row for larger screens.

    .section {
     display: flex;
     flex-direction: column;
     gap: 1rem;
    }

    .section:before {
       content: "";
       border: 1px solid #d3d3d3;
       align-self: stretch;
    }

    @media (min-width: 700px) {
       .section {
           align-items: center;
           flex-direction: row;
       }
    }

    #css

    b_b @b_b PUBLIC DOMAIN
    Écrire un commentaire

thèmes

  • #css
  • #d3d3d3
  • #Flexbox
  • #Separator
Propriété intellectuelle Recommandations API