Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old Green Shadow Button Code #3

Closed
OpenSourceIronman opened this issue Mar 24, 2020 · 1 comment
Closed

Old Green Shadow Button Code #3

OpenSourceIronman opened this issue Mar 24, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@OpenSourceIronman
Copy link
Contributor

f1a9d38#diff-90e9fc9f506a1e2e501e6fe38fdd471a

@OpenSourceIronman OpenSourceIronman added the question Further information is requested label Mar 24, 2020
@OpenSourceIronman OpenSourceIronman self-assigned this Mar 24, 2020
@OpenSourceIronman
Copy link
Contributor Author

OpenSourceIronman commented Mar 24, 2020

New code

<style type="text/css"> 28 table { 29 font-family: Arial, Courier New, Source Sans Pro; border: 1px solid black; 30 } 31 32 .button { 33 outline: 0; 34 background-color: #FDFDFD; 35 } 36 37 .button:active{ 38 background-color: #86C042; 39 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); 40 transform: translateY(4px); 41 } 42 43 </style>

129 Press for Rum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant