Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 888 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 888 Bytes

css-proof-of-concepts

This repo contains some awesome UI designs. They are poof of my understanding of css/sccss/sass concepts

Css techniques used

This project uses scss with a few awesome techniques such as:

  • BEM
  • 7-1 pattern
  • Clip-path
  • Responsive Design
  • Component driven design (Modular building blocks, Held together by the layout of the page, Reusable, Independant)
  • Dry(Dont repeat yourself) css coding
  • Maintainable and scalable coding
  • Float grid system
  • Skewed section design

Project dependencies