Skip to content

Commit 3ba43d6

Browse files
Merge pull request #94 from Singh26Nitish/patch-2
Update buttons.css
2 parents 3e1624d + 05e4310 commit 3ba43d6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

buttons/buttons.css

+23
Original file line numberDiff line numberDiff line change
@@ -1903,4 +1903,27 @@ box-shadow: rgb(40, 159, 237) 5px 5px 0px 0px, rgb(95, 184, 255) 10px 10px 0px 0
19031903
}
19041904

19051905
/* haldaranup 1st button ends here */
1906+
/* Nitish-btn-2 start */
1907+
.Nitish-btn-2{
1908+
display: inline-block;
1909+
background-color: #7b38d8;
1910+
border-radius: 50px;
1911+
border: 4px solid #cccccc;
1912+
color: #eeeeee;
1913+
text-align: center;
1914+
font-size: 28px;
1915+
padding: 10px;
1916+
width: 150px;
1917+
cursor: pointer;
1918+
margin: 5px;
1919+
1920+
}
1921+
.Nitish-btn-2:hover{
1922+
border: 4px solid #ea972a;
1923+
background-color: #90d838;
1924+
color: #000000;
1925+
border-radius: 0%;
1926+
transition: all 0.5s;
1927+
}
1928+
/* Nitish-btn-2 end */
19061929

0 commit comments

Comments
 (0)