Skip to content

Commit 4eb2d4b

Browse files
updated css for Sumit btn 3
1 parent 0d71ea1 commit 4eb2d4b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

buttons/buttons.css

+16
Original file line numberDiff line numberDiff line change
@@ -1997,3 +1997,19 @@ box-shadow: rgb(40, 159, 237) 5px 5px 0px 0px, rgb(95, 184, 255) 10px 10px 0px 0
19971997
background-color: gray;
19981998
}
19991999
/* Sumit-btn-2 end */
2000+
2001+
/* Sumit-btn-3 start */
2002+
.Sumit-btn-3 {
2003+
/* text-size-adjust: 20px; */
2004+
background-color: #00C0FF;
2005+
border: 3px solid rgb(80, 236, 29);
2006+
width: 170px;
2007+
padding: 20px;
2008+
border-radius: 70px;
2009+
font-size: 20px;
2010+
}
2011+
.Sumit-btn-3:hover{
2012+
background-color: white;
2013+
}
2014+
2015+
/* Sumit-btn-3 end */

0 commit comments

Comments
 (0)