From 72d2b7242e0f61b689f479c43b44024bedf4f6ab Mon Sep 17 00:00:00 2001 From: Ritika Agrawal Date: Wed, 17 Apr 2024 12:02:54 +0530 Subject: [PATCH] docs: right align components count svg in readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2145b91..a832b26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -Total components count +

+ Total components count +

-# css-and-js-code-snippets :yellow_heart: +# css-and-js-code-snippets :yellow_heart: A collection of real-life code snippets for every web development project. Each folder contains the stylesheet and script file (if required). @@ -14,6 +16,7 @@ A collection of real-life code snippets for every web development project. Each This repository is divided into mentioned categories. You may navigate accordingly to find cool web components to add to your project! + | Category | Components | | ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Buttons](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md) | [Delete Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#delete-button-zap) • [Download Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#download-button-zap) • [Floating Action Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#floating-action-button-zap) • [Search Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#search-button-zap) • [Send Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#send-button-zap) • [Subscribe Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#subscribe-button-zap) • [Ripple Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#ripple-button-zap) • [Star Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#star-button-zap) • [Scroll To Top Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#scroll-to-top-button-zap) • [Share Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#share-button-zap) • [Confetti Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#confetti-button-zap) • [Button Bounce on Click Effect](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#button-bounce-on-click-effect-zap) • [Accessible Floating Action Button](https://github.com/Ritika-Agrawal811/css-and-js-code-snippets/blob/main/Buttons/README.md#accessible-floating-action-button-zap) |