From f9a4fc871c2dff1d44dd43d0b93895bda92dac56 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Thu, 17 Oct 2024 17:16:07 +0800 Subject: [PATCH] better button --- assets/css/hero.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index def6251..4b33fdd 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -26,20 +26,22 @@ .hero-logo { width: 200px; margin: 0 auto 20px; + margin-bottom: 20px; } .hero-title { font-size: 2.5rem; color: white; - margin-bottom: 20px; + margin-bottom: 40px; } .hero-button { background-color: white; color: #E72E77; padding: 15px 30px; - border: none; + border: 3px; border-radius: 5px; + border-color: white; font-size: 1.4rem; font-weight: bold; cursor: pointer;