├── README.md ├── base ├── index.html └── style.css └── desafios ├── 01 ├── index.html └── style.css ├── 02 ├── index.html └── style.css ├── 03 ├── index.html ├── script.js └── style.css ├── 04 ├── index.html ├── script.js └── style.css ├── 05 ├── index.html ├── script.js └── style.css ├── 06 ├── index.html ├── script.js └── style.css └── 07 ├── index.html ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/README.md -------------------------------------------------------------------------------- /base/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/base/index.html -------------------------------------------------------------------------------- /base/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/base/style.css -------------------------------------------------------------------------------- /desafios/01/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/01/index.html -------------------------------------------------------------------------------- /desafios/01/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/01/style.css -------------------------------------------------------------------------------- /desafios/02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/02/index.html -------------------------------------------------------------------------------- /desafios/02/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/02/style.css -------------------------------------------------------------------------------- /desafios/03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/03/index.html -------------------------------------------------------------------------------- /desafios/03/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/03/script.js -------------------------------------------------------------------------------- /desafios/03/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/03/style.css -------------------------------------------------------------------------------- /desafios/04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/04/index.html -------------------------------------------------------------------------------- /desafios/04/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/04/script.js -------------------------------------------------------------------------------- /desafios/04/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/04/style.css -------------------------------------------------------------------------------- /desafios/05/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/05/index.html -------------------------------------------------------------------------------- /desafios/05/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/05/script.js -------------------------------------------------------------------------------- /desafios/05/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/05/style.css -------------------------------------------------------------------------------- /desafios/06/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/06/index.html -------------------------------------------------------------------------------- /desafios/06/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/06/script.js -------------------------------------------------------------------------------- /desafios/06/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/06/style.css -------------------------------------------------------------------------------- /desafios/07/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/07/index.html -------------------------------------------------------------------------------- /desafios/07/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/07/script.js -------------------------------------------------------------------------------- /desafios/07/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rocketseat-content/youtube-form-animate-css-js-puro/HEAD/desafios/07/style.css --------------------------------------------------------------------------------