Skip to content

Commit e0fd754

Browse files
add btn omacha
1 parent 1733919 commit e0fd754

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

projects.html

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,37 @@
238238
margin-right: auto;
239239
}
240240

241+
/* Nút chính (màu nền hồng) */
242+
.btn-omacha-primary {
243+
background-color: #E84A7F;
244+
/* Mã màu hồng từ logo Omacha của bạn */
245+
border-color: #E84A7F;
246+
color: #fff;
247+
/* Chữ màu trắng */
248+
}
249+
250+
/* Hiệu ứng khi di chuột vào nút chính */
251+
.btn-omacha-primary:hover {
252+
background-color: #d13c6d;
253+
/* Làm màu hồng đậm hơn một chút */
254+
border-color: #d13c6d;
255+
color: #fff;
256+
}
257+
258+
/* Nút phụ (viền hồng) */
259+
.btn-omacha-outline {
260+
border-color: #E84A7F;
261+
color: #E84A7F;
262+
}
263+
264+
/* Hiệu ứng khi di chuột vào nút phụ */
265+
.btn-omacha-outline:hover {
266+
background-color: #E84A7F;
267+
border-color: #E84A7F;
268+
color: #fff;
269+
/* Chữ chuyển thành màu trắng */
270+
}
271+
241272
@media (min-width: 768px) {
242273
.project-card-image {
243274
max-width: 220px;
@@ -423,11 +454,12 @@ <h3 class="fw-bolder" data-translate-key="omachaTitle">Omacha Shop - Cửa
423454
<span class="tech-tag javascript">JavaScript</span>
424455
<span class="tech-tag bootstrap">Bootstrap</span>
425456
</div>
426-
457+
427458
<!-- Các nút bấm -->
428-
<a href="https://tranhuudat2004.github.io/Omacha-Shop-Demo/" style="background-color: #F4538A; color: white;"
429-
class="btn btn-sm me-2 mt-2" target="_blank"
430-
rel="noopener noreferrer" data-translate-key="btnLiveDemo">Xem trực
459+
<a href="https://tranhuudat2004.github.io/Omacha-Shop-Demo/"
460+
461+
class="btn btn-sm btn-omacha-primary me-2 mt-2" target="_blank" rel="noopener noreferrer"
462+
data-translate-key="btnLiveDemo">Xem trực
431463
tiếp</a>
432464

433465
<a href="omacha-shop.html" class="btn btn-sm btn-primary me-2 mt-2"

0 commit comments

Comments
 (0)