https://github.com/ui-d/mockuptohtml
HTML/CSS project, based on JPG mock-up
https://github.com/ui-d/mockuptohtml
Last synced: 6 months ago
JSON representation
HTML/CSS project, based on JPG mock-up
- Host: GitHub
- URL: https://github.com/ui-d/mockuptohtml
- Owner: ui-d
- Created: 2017-07-20T14:29:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T14:42:27.000Z (about 9 years ago)
- Last Synced: 2025-07-04T23:07:35.666Z (about 1 year ago)
- Language: HTML
- Homepage: https://bit.ly/2QRPLgS
- Size: 158 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mockupToHTML
HTML/CSS project, based on JPG mock-up
=======================================
Simple HTML/CSS excercise, testing skills in building responsive, grid layouts, without using any grid systems, such as Bootstrap, Foundation etc. I decided to use flexbox technology, instead of new (and more powerful) "CSS grid". This decision is based on not the best browser support, and necessity of useing some kind of polyfill.
All CSS code was built with Drupal methodology, combining both SMACSS and BEM standards.