浏览代码
Animate the big button a bit
tags/v0.1.0
找不到此签名对应的密钥
GPG 密钥 ID: E80B35A6F11C3656
共有
1 个文件被更改,包括
8 次插入 和
1 次删除
-
gorge.css
|
|
|
@@ -24,11 +24,18 @@ button { |
|
|
|
color: #ddd; |
|
|
|
background-color: #211; |
|
|
|
width: 300px; |
|
|
|
height: 200px; |
|
|
|
height: 300px; |
|
|
|
position: relative; |
|
|
|
top: 30px; |
|
|
|
margin: auto; |
|
|
|
font-size: 60px; |
|
|
|
transition: 0.5s; |
|
|
|
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 2.275) |
|
|
|
} |
|
|
|
|
|
|
|
#tasty-micro:active { |
|
|
|
transform: scale(0.9, 0.9); |
|
|
|
transition: 0s; |
|
|
|
} |
|
|
|
|
|
|
|
#top-bar { |
|
|
|
|