Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.02 KB

Duplex

A group project for students at Univelcity

Getting Started

To get started simply clone the project and read the information on the blank.html file

And coding style

BEM FOR NAMING CONVENTIONS 2 SPACE TAB INDENTATION AIRBNB STYLE GUIDE

  <div class="logo logo--red">
    <div class="logo__box">
      
    </div>
  </div>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Built With

  • BULMA - CSS framework based on Flexbox

Authors