A group project for students at Univelcity
To get started simply clone the project and read the information on the blank.html file
BEM FOR NAMING CONVENTIONS 2 SPACE TAB INDENTATION AIRBNB STYLE GUIDE
<div class="logo logo--red">
<div class="logo__box">
</div>
</div>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- BULMA - CSS framework based on Flexbox