Skip to content

added button 102 #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c4ddebb
created Button 35
rohan1919-byte Oct 24, 2024
940aa14
Rename index.html to index.html
SOHAM-GADEKAR Oct 25, 2024
f823aaf
Rename style.css to style.css
SOHAM-GADEKAR Oct 25, 2024
cb083ca
created Button 52
rohan1919-byte Oct 26, 2024
2f64e5c
Delete BUTTONS/Button 52 directory
Shubhamchavan15 Oct 26, 2024
504cb45
Rename index.html to index.html
Shubhamchavan15 Oct 26, 2024
0daa12a
Rename style.css to style.css
Shubhamchavan15 Oct 26, 2024
6d763bd
created button 65
rohan1919-byte Oct 27, 2024
1d5a945
created button 66
rohan1919-byte Oct 27, 2024
57f9adf
added button 73
rohan1919-byte Oct 29, 2024
7a53bcf
Delete BUTTONS/Button 65 directory
Shubhamchavan15 Oct 31, 2024
72544cb
Delete BUTTONS/Button 66 directory
Shubhamchavan15 Oct 31, 2024
46909a9
Delete BUTTONS/Button 73 directory
Shubhamchavan15 Oct 31, 2024
9d8c6b7
Rename index.html to index.html
Shubhamchavan15 Oct 31, 2024
171ee03
Rename style.css to style.css
Shubhamchavan15 Oct 31, 2024
1b2c7b7
added Button 92
rohan1919-byte Oct 31, 2024
d08ed4d
Merge branch 'main' of https://github.com/rohan1919-byte/css-buttons
rohan1919-byte Oct 31, 2024
c186921
added Button 92
rohan1919-byte Oct 31, 2024
04537dd
Rename index.html to index.html
Shubhamchavan15 Oct 31, 2024
49c1b0f
Rename style.css to style.css
Shubhamchavan15 Oct 31, 2024
21b479a
Rename index.html to index.html
Shubhamchavan15 Oct 31, 2024
743d109
Rename style.css to style.css
Shubhamchavan15 Oct 31, 2024
b2f31a5
Rename index.html to index.html
Shubhamchavan15 Oct 31, 2024
08803e9
Rename style.css to style.css
Shubhamchavan15 Oct 31, 2024
9f642a3
added button 100
rohan1919-byte Oct 31, 2024
cfdd887
Merge branch 'main' of https://github.com/rohan1919-byte/css-buttons
rohan1919-byte Oct 31, 2024
2b25e2c
added button 100
rohan1919-byte Oct 31, 2024
00597ec
added button 101
rohan1919-byte Oct 31, 2024
7776531
Delete BUTTONS/Button 100 directory
SOHAM-GADEKAR Oct 31, 2024
41f3ae8
Delete BUTTONS/Button10 directory
SOHAM-GADEKAR Oct 31, 2024
8f69881
Delete BUTTONS/Button96 directory
SOHAM-GADEKAR Oct 31, 2024
eac4bb7
Delete BUTTONS/Button97 directory
SOHAM-GADEKAR Oct 31, 2024
aa7bfdc
added button 100
rohan1919-byte Nov 1, 2024
10ebb21
added button 102
rohan1919-byte Nov 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions BUTTONS/Button 102/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<button class="btn">Submit!</button>
</body>
</html>
8 changes: 8 additions & 0 deletions BUTTONS/Button 102/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.btn{
background-color: brown;
color: white;
}
.btn:hover{
background-color: aqua;
color: black;
}
28 changes: 0 additions & 28 deletions BUTTONS/Button10/index.html

This file was deleted.

73 changes: 0 additions & 73 deletions BUTTONS/Button10/styles.css

This file was deleted.