Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Styles for Facebook Feed Smash Balloons

// css
#cff {
    .cff-item.cff-photo-post {
      border-radius: 30px !important;
      display: flex;
      flex-flow: wrap;
      flex-basis: 23.33%;
      max-width: 23.33%;
      
      &:not(:nth-child(4n)) {
        margin-right: 2.226%;
      }
      
      .cff-media-wrap {
        order: 0;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 1rem;
        
        .cff-photo {
          width: 100%;
        
          img {
            display: inline-block;
            width: 100%;
          }
        }
      }
      .cff-author {
        order: 1;
      }
      .cff-post-text {
        order: 2;
        font-size: .75rem;
        line-height: 1.4
      }
      .cff-meta-wrap {
        order: 3;
      }
      .cff-comments-box {
        order: 4;
      }
      .cff-text-wrapper {
        width: 100%;
      }
    }
    .cff-posts-wrap {
      display: flex;
      flex-flow: wrap;
    }
  }
Comment

PREVIOUS NEXT
Code Example
Css :: how to some of the list and show some in css 
Css :: react-responsive modal flashes after closing 
Css :: Getting strated with boostrap css for html and Reacr framework 
Css :: mb-md-0 bootstrap 
Css :: nginx proxy_pass pass css asset not loading 
Css :: bootstrap quebra de linha na tabela 
Css :: hover above image tip tool 
Css :: mat-form-field textarea save with new line 
Css :: css color keywords 
Css :: parcel-bundler bulma css 
Css :: cursor css tickes 
Css :: AITpro maintenance mode CSS 
Css :: ignore default css for react Link 
Css :: javafx css rectangle outline 
Css :: thumb personalizzata wp 
Css :: linux remove latst 3 files 
Css :: disable theme.json css inline styles 
Css :: chrome extension detect copy action 
Css :: css grepper 001 
Css :: types of margin in css 
Css :: comment changer liens quand survolé html 
Css :: CSS menu list with underline hover animation 
Css :: color: inherit; 
Css :: jest to handle css 
Css :: css media queries if else 
Css :: activate_bin_path 
Typescript :: ts get year from date 
Typescript :: google fonts cdn link 
Typescript :: dart check if string is contained in list of strings 
Typescript :: angular remove object from array by id 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =