Skip to content

Commit

Permalink
Merge pull request #230 from JanitKumar/master
Browse files Browse the repository at this point in the history
hover
  • Loading branch information
juhinagpure authored Aug 6, 2024
2 parents 1de9c39 + c5cfb4f commit 900ff9e
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nav {
text-align: center;
justify-content: space-around;
align-items: center;
position: fixed;
position: sticky;
background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7));
}

Expand All @@ -40,6 +40,7 @@ nav img {
.nav-links {
flex: 1;
text-align: right;
padding-right: 254px;
}

.nav-links ul li {
Expand Down Expand Up @@ -110,7 +111,7 @@ nav img {
}
.hero-btn:hover {
color: white;
box-shadow: inset 0 -100px 0 0 #725AC1;
box-shadow: inset 0 -100px 0 0 #dd290a;
}

.hero-btn:active {
Expand Down Expand Up @@ -175,18 +176,15 @@ h1 {
}

p {
color: #777;
color: rgb(22 21 21);
font-size: 14px;
font-weight: 300;
line-height: 22px;
padding: 10px;
}

.row {
margin-top: 10%;
margin-bottom: 10%;
justify-content: space-between;

margin-top: 5%;
display: flex;
justify-content: space-between;
}
Expand Down Expand Up @@ -284,17 +282,21 @@ h3 {
width: 80%;
margin: auto;
text-align: center;
padding-top: 100px;
}

.facilities-col {
flex: 1 1 300px;
background-color: transparent;
margin: 30px;
height: 300px;
height: 490px;
perspective: 1000px;
}

.facilities-col img{
height: 275px;
width: 345px;
}

.facilities-col-inner{
position: relative;
width: 100%;
Expand Down Expand Up @@ -464,7 +466,7 @@ h3 {

/* About us page */
.sub-header {
height: 50vh;
height: 65vh;
width: 100%;
background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(./eduford_img/background.jpg);
background-position: center;
Expand Down Expand Up @@ -678,9 +680,24 @@ h3 {
transition:transform 2.5s;
transition-delay:0.275s;
transition-duration: 3s;

}
.icons ul li i:before{
transition:.5s;
top:0;
}

.icons{
display: flex;
justify-content: center;
}


.icons a:nth-child(2):hover{
color: #55acee;
padding: 22px;
}

.icons a:nth-child(3):hover{
color: #92096d;
}

0 comments on commit 900ff9e

Please sign in to comment.