Giter VIP home page Giter VIP logo

post-apocalypse-flexbox's Introduction

Post Apocalypse Flexbox

List of tricks to help implement the flexbox features in a world where it does not exist.

What is the purpose of this project?

Create a fun way solutions that can help to implement the with progressive enhancement and learning and testing new technologies.

gitter.im

Not know flexbox?

See the Awesome Flexbox project.

Rules

Basic

  • No javascript.
  • No css pre-processors.
  • No css post-processors.
  • We will create our tricks in two modes: Apocalypse Zombie and Revelation Robots.

Apocalypse Zombie rules:

  • Use only properties with support equal to or less than the flexbox.

Revelation Robots rules:

Flex container

Properties for the Parent.

  • display flex | inline-flex
  • flex-direction: row | row-reverse | column | column-reverse
  • flex-wrap: nowrap | wrap | wrap-reverse
  • flex-flow: shorthand
  • justify-content: flex-start | flex-end | center | space-between | space-around
  • align-items: flex-start | flex-end | center | baseline | stretch
  • align-content: flex-start | flex-end | center | space-between | space-around | stretch

Flex items

Properties for the Children.

  • order: integer
  • flex-grow: number
  • flex-shrink: number
  • flex-basis: length | auto
  • flex: shorthand
  • align-self: auto | flex-start | flex-end | center | baseline | stretch

Contributing

See the project roadmap and follow these recommendations.

Licence

MIT License © Afonso Pacifer

post-apocalypse-flexbox's People

Contributors

afonsopacifer avatar

Stargazers

Douglas Everton de Oliveira avatar Luan Ribeiro avatar Anderson avatar Samuel SIlva avatar Chris Celaya avatar Thiago Silva avatar Daniel Madureira avatar Angelilton Epifanio avatar Pablo Zaniolo avatar Lorena Calaça avatar Willerson Miranda avatar Thiago Canudo avatar Wallace Erick avatar Anderson Menezes avatar Diego B. Couto avatar Evandro Cavalcante Santos avatar Danilo Vaz avatar Natasha Kaweski avatar Wesley Almeida avatar  avatar Marcos Teles avatar Adams Alves avatar Dilson E. Fernandes avatar Jason Miller avatar Fernando Daciuk avatar Janaina Souza avatar Allef Br avatar Yan Magalhães avatar

Watchers

James Cloos avatar Paulo Monteiro avatar Thiago Canudo avatar  avatar  avatar  avatar

Forkers

dilsondev

post-apocalypse-flexbox's Issues

Roadmap

Create a code from:

Flex container

  • display
    • flex
    • inline-flex
  • flex-direction
    • row
    • row-reverse
    • column
    • column-reverse
  • flex-wrap
    • nowrap
    • wrap
    • wrap-reverse
  • flex-flow
    • shorthand
  • justify-content
    • flex-start
    • flex-end
    • center
    • space-between
    • space-around
  • align-items
    • flex-start
    • flex-end
    • center
    • baseline
    • stretch
  • align-content
    • flex-start
    • flex-end
    • center
    • space-between
    • space-around
    • stretch

Flex items

  • order
    • integer
  • flex-grow
    • number
  • flex-shrink
    • number
  • flex-basis
    • length
    • auto
  • flex:
    • shorthand
  • align-self
    • auto
    • flex-start
    • flex-end
    • center
    • baseline
    • stretch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.