Skip to content

Commit b4f82e0

Browse files
committed
Custom css buttons
1 parent 10aca0f commit b4f82e0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/buttons.png

20.7 KB
Loading

src/data/userData.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,14 @@ export const Users: User[] = [
406406
website: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
407407
source: "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator",
408408
tags: ["html", "css", "javascript"],
409+
},
410+
// CSS Buttons
411+
{
412+
title: "Custom made CSS Buttons",
413+
description: "Variety of custom made CSS Buttons.Hover on it to get more insight of the buttons. Customize it , use it and have fun ",
414+
preview: require("./showcase/buttons.png"),
415+
website: "https://github.com/Ridhima10/complete-web-dev.-boot-camp/tree/master/Buttons/Styling%20of%20buttons",
416+
source: "https://github.com/Ridhima10/complete-web-dev.-boot-camp/tree/master/Buttons/Styling%20of%20buttons",
417+
tags: ["html", "css", "javascript"],
409418
}
410419
];

0 commit comments

Comments
 (0)