Skip to content

Commit fe41e47

Browse files
committed
adjust tranform button
1 parent 046f02b commit fe41e47

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ body {
8181

8282
.btn-secondary:hover {
8383
background-color: var(--primary-color);
84+
transform: translateY(-2px);
8485
color: white;
8586
}
8687

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="container">
2424
<!-- Logo -->
2525
<div class="logo">
26-
<h1>[ชื่อโปรเจกต์]</h1>
26+
<h1>Events Hub</h1>
2727
<!-- หรือใช้รูปภาพ: <img src="assets/images/logo.png" alt="Logo"> -->
2828
</div>
2929

@@ -47,15 +47,15 @@ <h1>[ชื่อโปรเจกต์]</h1>
4747
<section id="home" class="hero-section">
4848
<div class="container">
4949
<h2 class="hero-title">
50-
[Tagline ของโปรเจกต์ - ดึงดูดความสนใจ]
50+
ศูนย์รวมที่ให้คุณไม่พลาดทุกกระแสกิจกรรม
5151
</h2>
5252
<p class="hero-description">
53-
[คำอธิบายย่อ 2-3 ประโยค ว่าระบบนี้ทำอะไร แก้ปัญหาอะไร]
53+
Events Hub คือแพลตฟอร์มศูนย์รวมกิจกรรมครบวงจรที่จะทำให้คุณไม่พลาดทุกกระแสสำคัญ เราเชื่อมโยงคุณเข้ากับงานสัมมนา เวิร์กช็อป และประสบการณ์ที่หลากหลาย เพื่อปลดล็อกโอกาสใหม่ๆ และสร้างแรงบันดาลใจในทุกวัน
5454
</p>
5555
<div class="hero-cta">
5656
<button class="btn btn-primary">Get Started</button>
5757
<button class="btn btn-secondary">Learn More</button>
58-
58+
5959
</div>
6060
</div>
6161
</section>

0 commit comments

Comments
 (0)