Skip to content

Commit

Permalink
Dev spider (#51)
Browse files Browse the repository at this point in the history
* Minor bug fixes

* Don't Click this Button (#39)

* Added a Cool Button (#41)

* Don't Click this Button

* Added a Cool Button

* Added a New Button (#42)

* Create index.html

* Create style.css

* Update Main.jsx

* Update style.css

* Added Hover Button (#43)

Co-authored-by: Ganesh Ghadge <89139437+ganesh6465@users.noreply.github.com>

* Added a cool animated button (#44)

* Added Hover Button

* Added a cool animated button

Co-authored-by: Ganesh Ghadge <89139437+ganesh6465@users.noreply.github.com>

* Added a new Button (#46)

Co-authored-by: OM GAWANDE <89961974+Spyware007@users.noreply.github.com>

* Added Animated Button (#45)

* Added Animated Button

* add details to main.jsx

Co-authored-by: Vaibhav <vibhu.astute@gmil.com>

* Added new button (#47)

* Added new button

* Added new button

* Update Main.jsx (#48)

* minor fixes

Co-authored-by: Saurabh Barde <89410132+SaurabhBarde-007@users.noreply.github.com>
Co-authored-by: BK <79825101+Bhushan8177@users.noreply.github.com>
Co-authored-by: Ganesh Ghadge <89139437+ganraj21@users.noreply.github.com>
Co-authored-by: Ganesh Ghadge <89139437+ganesh6465@users.noreply.github.com>
Co-authored-by: Vaishnavi Barge <89184566+25Vaishnavibarge17@users.noreply.github.com>
Co-authored-by: Vaibhav Maurya <90946899+vaibhav-xt@users.noreply.github.com>
Co-authored-by: Vaibhav <vibhu.astute@gmil.com>
Co-authored-by: Shubham Mete <113412785+Shubhammete@users.noreply.github.com>
  • Loading branch information
9 people authored Oct 16, 2022
1 parent 65edcec commit c7f4201
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions public/Buttons/Shubhammete/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="button.css">
</head>
<body>
<div id="wrap">
<button class="green">Option 1</button><button class="red">Option 2</button><button class="blue">Option 3</button>
</div>
</body>
</html>

1 comment on commit c7f4201

@vercel
Copy link

@vercel vercel bot commented on c7f4201 Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.