Skip to content

Commit

Permalink
docs: right align components count svg in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika-Agrawal811 committed Apr 17, 2024
1 parent 0c339fe commit 72d2b72
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<img src="component_count.svg" alt="Total components count"/>
<p align="right">
<img src="component_count.svg" alt="Total components count"/>
</p>

# 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).

Expand All @@ -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) |
Expand Down

0 comments on commit 72d2b72

Please sign in to comment.