Skip to content

Commit

Permalink
Update: Img-Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelZambrana committed Oct 9, 2024
1 parent e24cd88 commit 8f90ca8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added assets/img/Transparente.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3976,13 +3976,11 @@ input[type=button].btn-block {

.navbar {
position: relative;
inline-size: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
margin-top: 20px;
padding: 0.5rem 0.5rem;
}
.navbar .container,
.navbar .container-fluid,
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- navbar-->
<nav class="navbar navbar-expand-sm bg-light navbar-light fixed-top">
<!-- Brand -->
<a class="navbar-brand" href="#"><img src="assets/img/Sin_titulo.png" width="170" height="30"></a>
<a class="navbar-brand" href="#"><img src="assets/img/Transparente.png" width="170" height="35"></a>

<!-- Links -->
<ul class="navbar-nav">
Expand Down Expand Up @@ -74,7 +74,7 @@
</li>
</ul>
</nav>
<ul class="nav navbar-nav navbar-right">
<!--<ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
Expand Down

0 comments on commit 8f90ca8

Please sign in to comment.