-
Notifications
You must be signed in to change notification settings - Fork 53
CSS buttons #160
Copy link
Copy link
Open
Description
mishaakter000
opened on Jun 9, 2026
Issue body actions
<STYLE>
.request-button {
background-color: black;
color: white;
border: none;
height: 36px;
width: 105px;
cursor: pointer;
margin-right: 8px;
}
</STYLE>
<STYLE>
.Cart-button {
background-color: rgb(255, 216, 20);
color: black;
border: none;
height: 30px;
width: 130px;
border-radius: 18px;
cursor: pointer;
}
</STYLE>
<STYLE>
.SignUp-button {
background-color: rgb(46, 164, 79);
color: white;
border: none;
height: 36px;
width: 105px;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
margin-left: 8px;
}
</STYLE>
<STYLE>
.GetStarted-button {
background-color: rgb(121, 82, 179);
color: white;
border: none;
height: 36px;
width: 105px;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
margin-left: 8px;
}
</STYLE>
<STYLE>
.Download-button {
background-color: white(255, 255, 255);
color: black;
border-color: black;
border-style: solid;
border-width: 1px;
height: 36px;
width: 105px;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
margin-left: 8px;
}
</STYLE>
<STYLE>
.ApplyOnCompanyWebsite-button {
background-color: rgb(10, 102, 194);
color: white;
border: none;
height: 36px;
width: 205px;
border-radius: 18px;
font-weight: bold;
cursor: pointer;
margin-left: 8px;
</STYLE>
<STYLE>
.Save-button {
background-color: white;
border-color: black;
border-style: solid;
border-width: 1px;
color: black;
height: 36px;
width: 105px;
border-radius: 18px;
font-weight: bold;
cursor: pointer;
margin-left: 8px;
</STYLE>
Request Now
Add to Cart
Sign Up
Get Started
Download
Apply on company website
Save
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.