build ui header, footer, home page, about page

This commit is contained in:
2026-02-02 16:16:11 +07:00
parent 8d105dda9c
commit d24b9ed33e
38 changed files with 4336 additions and 451 deletions

View File

@@ -3442,7 +3442,7 @@ span {
background-color: var(--theme);
left: 0;
right: initial;
width: 337px;
width: 300px;
z-index: -1;
}
.header-top-section .container-fluid {
@@ -3473,16 +3473,24 @@ span {
.header-top-wrapper .header-left .list {
display: flex;
align-items: center;
gap: 60px;
gap: 30px;
margin: 0;
padding: 0;
list-style: none;
}
.header-top-wrapper .header-left .list li {
display: flex;
align-items: center;
font-size: 14px;
color: rgba(255, 255, 255, 0.7);
white-space: nowrap;
}
.header-top-wrapper .header-left .list li a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
}
.header-top-wrapper .header-left .list li i {
margin-right: 12px;
margin-right: 8px;
color: var(--theme);
}
.header-top-wrapper .header-left .list li.style-2 {
@@ -3495,7 +3503,8 @@ span {
font-size: 18px;
color: var(--white);
display: inline-block;
margin-right: 12px;
margin-right: 6px;
font-weight: 500;
}
.header-top-wrapper .header-right {
display: flex;