Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahem-hassan2000 committed Feb 28, 2024
1 parent d245696 commit d6c9585
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
<span class="toggler-icon middle-bar"></span>
<span class="toggler-icon bottom-bar"></span>
</button>
<img src="./images/user.png" alt="">
<a href="myArts.html" class="acountImg">
<img src="./images/user.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
Expand Down
9 changes: 9 additions & 0 deletions navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@
.navbar-collapse {
align-items: center;
}
.acountImg{
width:36px ;
height: 36px;
}
.acountImg{
width: 100%;
height: 100%;
object-fit: cover;
}
.navbar-toggler2 {
display: flex;
align-items: center;
Expand Down

0 comments on commit d6c9585

Please sign in to comment.