项目作者: JacobGrisham
项目描述 :
Home Rental Landing Page using Sass, a grid layout, and responsive design.
高级语言: HTML
项目地址: git://github.com/JacobGrisham/Grid-Layout-with-Responsive-Design.git
I wrote the code in the sass directory and package.json. The other files were provided by the instructor.
App Demo

Responsive Design

💡Lessons Learned
- grid layout
- media queries
- animations
- Sass mixins
- Sass variables
- BEM notation
- responsive images in HTML and CSS
- responsive design
- setting up build process with npm scripts
🚀 Getting Started
To run this project locally:
- In your terminal, navigate to the root folder and run the following commands
$ npm install
$ npm start
📣 Reference