Skip to content

kavyanshpandey/Cool-buttons-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool-buttons-CSS

btn1

button {
    background-color: #6495ED;
    border: 1px solid #6495ED;
    color:#ffffff;
    border-radius: 10px;
    cursor: pointer;
    width: 70px;
    height:15px;
    font-size: 4px;
}

btn2

button {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(109, 42, 122);
    color:rgb(109, 42, 122);
    border-radius: 4px;
    cursor: pointer;
    width: 70px;
    font-size: 5px;
}

btn3

button {
    background-color: rgb(109, 42, 122);
    border: 2px solid rgb(109, 42, 122);
    color:rgb(255, 255, 255);
    border-radius: 4px;
    cursor: pointer;
    width: 70px;
    font-size: 5px;
}

btn4

button {
    background-color: #c9ccd3;
    border: 1px solid #c9ccd3;
    color: #0a0a0a;
    border-radius: 5px;
    cursor: pointer;
    width: 70px;
    height:15px;
    font-size: 5px;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published