diff --git a/README.md b/README.md index 7964940..5091bae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CSS: Scrolling and Parallax +# CSS: Scrolling & Parallax and This is the repository for the LinkedIn Learning course [CSS: Scrolling and Parallax](https://www.linkedin.com/learning/css-scrolling-and-parallax). The full course is available from [LinkedIn Learning](https://www.linkedin.com/learning/css-scrolling-and-parallax). Scrolling used to be really basic—up and down, and occasionally side to side. Now scrolling has taken a larger place in navigation, and CSS lets you connect animations to scrolling, resulting in new interaction opportunities. This course shows how web developers and app developers can leverage scrolling and parallax to program new interface styles. Ray Villalobos demonstrates how to customize CSS for scrolling behaviors, create CSS animations, create scroll-based animations, use ScrollMagic, tween, and use the GreenSock Animation Platform (GSAP). He covers pseudo classes, elements, using transform properties, sequencing, parallax with JavaScript, and more. diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..d30835f --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +New file hello \ No newline at end of file