added features in software development page.

This commit is contained in:
2024-11-22 15:11:26 +05:30
parent a59c63c2f5
commit 7d12bccdb8
2 changed files with 141 additions and 0 deletions
+4
View File
@@ -368,11 +368,15 @@
border-radius: 10px;
background: var(--bs-white);
transition: 0.5s;
height: 100%;
}
.feature .feature-item:hover {
background: var(--bs-primary);
}
.feature .feature-item:hover h6 {
color: #fff;
}
.feature .feature-item .feature-icon {
position: relative;