Skip to content

Commit

Permalink
💥 nova feature
Browse files Browse the repository at this point in the history
  • Loading branch information
estevam5s committed Oct 1, 2023
1 parent 4c10d3f commit eec4436
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ section {
--------------------------------------------------------------*/
.services {
padding-bottom: 40px;
background: #07070723;
}

.services .icon-box {
Expand All @@ -697,11 +698,11 @@ section {
height: 72px;
border-radius: 50%;
transition: 0.5s;
border: 2px solid #85b0be;
border: 2px solid #ffffff;
}

.services .icon i {
color: #649aac;
color: #ffffff;
font-size: 24px;
line-height: 0;
}
Expand Down Expand Up @@ -732,7 +733,7 @@ section {
}

.services .title a {
color: #052c3f;
color: #ffffff;
transition: 0.3s;
}

Expand All @@ -755,15 +756,15 @@ section {
}

.services .icon-box:hover .icon {
background: #85b0be;
background: #ffffff;
}

.services .icon-box:hover .icon i {
color: #fff;
}

.services .icon-box:hover .title a {
color: #85b0be;
color: #ffffff;
}

.services .icon-box:hover .iconalert {
Expand Down
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,10 @@ <h4>Aluno</h4>
<!-- End Testimonials Section -->

<!-- ======= Services Section ======= -->


<section class="services section-bg">

<div class="container">

<div class="section-title">
Expand Down

0 comments on commit eec4436

Please sign in to comment.