File tree Expand file tree Collapse file tree 1 file changed +36
-4
lines changed Expand file tree Collapse file tree 1 file changed +36
-4
lines changed Original file line number Diff line number Diff line change 238
238
margin-right : auto;
239
239
}
240
240
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
+
241
272
@media (min-width : 768px ) {
242
273
.project-card-image {
243
274
max-width : 220px ;
@@ -423,11 +454,12 @@ <h3 class="fw-bolder" data-translate-key="omachaTitle">Omacha Shop - Cửa
423
454
< span class ="tech-tag javascript "> JavaScript</ span >
424
455
< span class ="tech-tag bootstrap "> Bootstrap</ span >
425
456
</ div >
426
-
457
+
427
458
<!-- 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
431
463
tiếp</ a >
432
464
433
465
< a href ="omacha-shop.html " class ="btn btn-sm btn-primary me-2 mt-2 "
You can’t perform that action at this time.
0 commit comments