diff --git a/Card Animations/Buttons to zoom cards/index.html b/Card Animations/Buttons to zoom cards/index.html index 7abe871..cef2973 100644 --- a/Card Animations/Buttons to zoom cards/index.html +++ b/Card Animations/Buttons to zoom cards/index.html @@ -78,7 +78,7 @@
- Linkdin + LinkedIn Github Instagram diff --git a/Card Animations/Buttons to zoom cards/style.css b/Card Animations/Buttons to zoom cards/style.css index d843465..41d0c93 100644 --- a/Card Animations/Buttons to zoom cards/style.css +++ b/Card Animations/Buttons to zoom cards/style.css @@ -21,6 +21,10 @@ body { } a { cursor: pointer; + font-size: 1.2rem; +} +a:hover { + text-transform: uppercase; } .container { max-width: var(--container-width); @@ -75,6 +79,7 @@ a { .card-text { border-radius: 25px; font-size:var(--std-font-size); + text-align: justify; } /* expanded/shrink styling */ diff --git a/README.md b/README.md index d539f8c..bf409c4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A list of animations currently in this collection is available at the end of thi ## Community Health Guidelines -#### *If guidelines are not followed, PRs will be marked as spam without warning. Some examples include, commits and PRs without appropriate description, code without appropriate comments, using of prohibited frameworks etc.* +#### _If guidelines are not followed, PRs will be marked as spam without warning. Some examples include, commits and PRs without appropriate description, code without appropriate comments, using of prohibited frameworks etc._ [Code of Conduct](/docs/CODE_OF_CONDUCT.md) @@ -26,10 +26,9 @@ Help is needed in defining better guidelines, rules and creating a site to showc ### Card Animations -- [Card](https://animations.gq/Card%20Animations/cards/card.html) -- [Card1](https://animations.gq/Card%20Animations/cards/Card%201/card.html) -- [Card Stack](https://animations.gq/Card%20Animations/cards_stack/card.html) - +- [Card](https://animations.gq/Card%20Animations/Buttons%20to%20zoom%20cards/index.html) +- [Card1](https://animations.gq/Card%20Animations/Hover%20to%20animate%20cards/index.html) +- [Card Stack](https://animations.gq/Card%20Animations/Info%20card%20stack%20carousel/card.html) ### Hover Animations @@ -51,11 +50,13 @@ Help is needed in defining better guidelines, rules and creating a site to showc - [Login Person](https://animations.gq/Form%20Animations/Show%20Password/index.html) ### Menu Animations + - [Outside Curve Navigation Menu](https://animations.gq/Menu%20Animations/Outside%20Curve%20Navigation%20Menu/index.html) - [Liquid Animation](https://animations.gq/Menu%20Animations/Liquid%20Navigation%20Menu/index.html) - [Clipping Navigation Menu](https://animations.gq/Menu%20Animations/Clipping%20Navigation%20Menu/index.html) #### Filtered animations (to be improved or removed) + - [Flip Animation on Hover](https://animations.gq/Filtering/Flip%20Animation%20on%20Hover/index.html) - [Heartbeat Loader](https://animations.gq/Filtering/Heartbeat%20Loader/index.html) - [Looping Circle](https://animations.gq/Filtering/Looping%20Circle/index.html)