Creating a "wave" effect with CSS.
Read the post here about this repository.
Hosted at https://lautiamkok.github.io/css-wave/
# install dependencies
$ npm install
# compile during development
$ gulp watch
# build for production
$ gulp build
Access index.html or index.min.html on your browser.