Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Oct 27, 2023
1 parent 2b8f0db commit e86cbcd
Showing 1 changed file with 9 additions and 31 deletions.
40 changes: 9 additions & 31 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,41 +53,19 @@ main {
aspect-ratio: 1/1;
}

.navbar {
display: flex;
list-style: none;
padding: 10px;
}
.nav-link{
margin: 0 10px;
}
.nav-link-box.nav-link:hover{
transition: all .50s ease;
}

.main-menu{
display: flex;

}
.main-menu a{
margin: 10px 0;
padding: 0 10px ;
}
#menu-icon{
display: none;
margin: 10px;
font-size: 35px;
.navigation {
padding: 3em;
max-width: 12px;
display: flex;
gap: clamp(2rem, 8vw, 4rem);
}


.link {
text-decoration: none;
button {
background: transparent;
/* border: 1px solid var(--button-color, #404040); */
border-radius: 2px;
}

.link:hover {
background-color: var(--text);
color: #fff;
}
section {
height: auto;
max-width: 100%;
Expand Down

0 comments on commit e86cbcd

Please sign in to comment.