Wednesday, January 28, 2015

make your web button more interactive by css

#button_id{
    background-color: #D9FDDC;
    background-image: -moz-linear-gradient(100% 100% 90deg, #D9FDDC, #E2FDE4);
    border: 1px solid #33CC66;
    border-radius: 5px 5px 5px 5px;
    color: #006633;
    cursor: pointer;
    line-height: 16px;
    padding: 3px 5px;
    text-decoration: none;
}

No comments:

Post a Comment

Change priority of dual boot OS

Change priority of dual boot OS  (Windows and Linux): Go to your Linux OS, install Grub customizer. Then change priority by up and down arro...