Introduction

 

.btn-group a { background-color: #799447; border: 1px solid green;color: white;padding: 10px 24px;cursor: pointer; width: 20%;display: inline;margin: 10px;text-decoration: none;}
.btn-group a:not(:last-child) {border-bottom: none; /* Prevent double borders */}
/* Add a background color on hover */.btn-group a:hover {background-color: #3e8e41;}

You cannot copy content of this page