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

[button]modern-dragon-25 #41

Open
ZiYi0414 opened this issue Dec 27, 2023 · 0 comments
Open

[button]modern-dragon-25 #41

ZiYi0414 opened this issue Dec 27, 2023 · 0 comments
Labels
Button Button 按钮 component

Comments

@ZiYi0414
Copy link
Owner


title: modern-dragon-25
made_by: JasonMep

.button {
  color: #ecf0f1;
  font-size: 17px;
  background-color: #e67e22;
  border: 1px solid #f39c12;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 6px 0px #d35400;
  transition: all 0.1s;
}

.button:active {
  box-shadow: 0px 2px 0px #d35400;
  position: relative;
  top: 2px;
}
<button class="button">Click Here</button>
@ZiYi0414 ZiYi0414 added component Button Button 按钮 labels Dec 27, 2023
@ZiYi0414 ZiYi0414 changed the title modern-dragon-25 [button]modern-dragon-25 Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Button Button 按钮 component
Projects
None yet
Development

No branches or pull requests

1 participant