ALL RESULTS PAGE LINK

.button1 { background-color: white; color: black; border: 2px solid #4CAF50; /* Green */ } .button { -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; } .button:hover { background-color: #4CAF50; /* Green */ color: white; }


ALL PAge

Post a Comment

0 Comments