Homework-of-Geekbang / inline-block-layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a layout implement for only inline-block element

support property

  • width
  • height
  • box-sizing
  • border
  • padding
  • margin
  • background-color

limit

  • only px
  • no nesting
  • limitted format of property value
  • no font because of its complexity therefore no vertical-align and line-height

About


Languages

Language:JavaScript 87.9%Language:HTML 12.1%