Skip to content

Commit

Permalink
Merge pull request #187 from Bhum-ika/main
Browse files Browse the repository at this point in the history
UI Improved on Services Page
  • Loading branch information
07sumit1002 authored Oct 5, 2024
2 parents 06d373d + 3b95036 commit f656175
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions serv.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,43 @@ header h1 {
}

nav {
padding: 0px 0;
padding:0px 0;
position: relative;
left: 55px;
top: -55px;


}

nav ul {

list-style: none;
margin: 0;
margin:0;
padding: 0;
display: flex;
justify-content: center;

}

nav ul li {
margin: 0 15px;
margin: 0 20px;

}

nav a:hover {
background: rgb(231, 223, 223);
padding-block:6px;
padding-inline: 9px;
border-radius: 2px;
}

nav ul li a {
color: #000000;
text-decoration: none;
font-size: 1rem;
transition: color 0.3s;
padding-block:6px;
padding-inline: 9px;
}

/* nav ul li a:hover {
Expand Down

0 comments on commit f656175

Please sign in to comment.