/css-wave

Creating a "wave" effect with CSS

Primary LanguageCSS

CSS Wave

Creating a "wave" effect with CSS.

Read the post here about this repository.

Hosted at https://lautiamkok.github.io/css-wave/

Quick start

# install dependencies
$ npm install

# compile during development
$ gulp watch

# build for production
$ gulp build

Access index.html or index.min.html on your browser.