Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Bismin271172 authored Feb 12, 2024
1 parent 1218870 commit 8f875cc
Showing 1 changed file with 152 additions and 10 deletions.
162 changes: 152 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ header.sticky{
.container-box1{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 25px 5px;
border-radius: 2px;
padding: 15px 10px;
border-radius: 4px;
transition: all 1s ease 0s;
}

Expand Down Expand Up @@ -266,6 +266,7 @@ header.sticky{
.explain p{
font-size: 15px;
text-align: left;
color: var(--second-color);
}

.container-box1 p{
Expand All @@ -279,7 +280,9 @@ header.sticky{
transform: translateY(-3px);
}

.container-box1{

/* Partner */
.container-box{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 10px;
Expand All @@ -288,24 +291,94 @@ header.sticky{
cursor: pointer;
}

.container-box3{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 67px 12px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
}

/* Partner */
.container-box{
.container-box4{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 10px;
padding: 67px 10px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
}

.container-box5{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 67px 10px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
}

.container-box6{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 67px 10px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
}


.container-img img{
height: 85px;
width: 85px;
height: 110px;
width: 120px;
padding: 15px;
background: var(--bg-color);
box-shadow: 5px 10px 30px rgb(85 85 85/20%);
border-radius: 4px;
border-radius: 8px;
margin-bottom: 15px;
cursor: pointer;
}

.container-img3 img{
height: 105px;
width: 160px;
padding: 15px;
background: var(--bg-color);
box-shadow: 5px 10px 30px rgb(85 85 85/20%);
border-radius: 8px;
margin-bottom: 15px;
cursor: pointer;
}

.container-img4 img{
height: 105px;
width: 125px;
padding: 15px;
background: var(--bg-color);
box-shadow: 5px 10px 30px rgb(85 85 85/20%);
border-radius: 8px;
margin-bottom: 15px;
cursor: pointer;
}

.container-img5 img{
height: 105px;
width: 160px;
padding: 15px;
background: var(--bg-color);
box-shadow: 5px 10px 30px rgb(85 85 85/20%);
border-radius: 8px;
margin-bottom: 15px;
cursor: pointer;
}

.container-img6 img{
height: 105px;
width: 105px;
padding: 15px;
background: var(--bg-color);
box-shadow: 5px 10px 30px rgb(85 85 85/20%);
border-radius: 8px;
margin-bottom: 15px;
cursor: pointer;
}
Expand All @@ -316,17 +389,86 @@ header.sticky{
margin-bottom: 8px;
}

.container-box3 h4{
font-size: 24px;
font-weight: 600;
margin-bottom: 8px;
}

.container-box4 h4{
font-size: 24px;
font-weight: 600;
margin-bottom: 8px;
}

.container-box5 h4{
font-size: 24px;
font-weight: 600;
margin-bottom: 8px;
}

.container-box6 h4{
font-size: 24px;
font-weight: 600;
margin-bottom: 8px;
}

.container-box p{
font-size: 15px;
color: var(--second-color);
}

.container-box3 p{
font-size: 15px;
color: var(--second-color);
}

.container-box4 p{
font-size: 15px;
color: var(--second-color);
}

.container-box5 p{
font-size: 15px;
color: var(--second-color);
}

.container-box6 p{
font-size: 15px;
color: var(--second-color);
}

.container-box:hover{
box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 12%);
border: 1px solid transparent;
transform: translateY(-3px);
}

.container-box3:hover{
box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 12%);
border: 1px solid transparent;
transform: translateY(-3px);
}

.container-box4:hover{
box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 12%);
border: 1px solid transparent;
transform: translateY(-3px);
}

.container-box5:hover{
box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 12%);
border: 1px solid transparent;
transform: translateY(-3px);
}

.container-box6:hover{
box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 12%);
border: 1px solid transparent;
transform: translateY(-3px);
}



.title{
text-align: center;
Expand Down Expand Up @@ -652,4 +794,4 @@ header.sticky{
height: 85vh;
transition: .2s;
}
}
}

0 comments on commit 8f875cc

Please sign in to comment.