From a5c90f6afb890379124bad457c5b3a645447d7b9 Mon Sep 17 00:00:00 2001 From: "Yusril A. P" Date: Tue, 9 Feb 2021 08:46:01 +0700 Subject: [PATCH] Add css transition property --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 463dc06..e2e8959 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,4 @@ button { - margin-top: 50vh + margin-top: 50vh; + transition: background-color .7s ease; } \ No newline at end of file