Quellcode durchsuchen

Animate the big button a bit

tags/v0.1.0
Fen Dweller vor 5 Jahren
Ursprung
Commit
f50766fa83
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E80B35A6F11C3656
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. +8
    -1
      gorge.css

+ 8
- 1
gorge.css Datei anzeigen

@@ -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 {


Laden…
Abbrechen
Speichern