Skip to content

Commit

Permalink
Merge pull request #183 from Krishnamverma951/headername
Browse files Browse the repository at this point in the history
headername added
  • Loading branch information
07sumit1002 authored Oct 5, 2024
2 parents 1b12486 + 3a39609 commit 24ae47d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
Binary file added img/cabz.png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<!-- Header -->
<header>
<a href="#" class="logo"><img src="img/logo.png" alt=""></a>
<a href="#" class="CabRental_logo"><img src="img/cabz.png.png" alt=""></a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="index.html">Home</a></li>
Expand All @@ -46,8 +47,8 @@ <h1><br>Want to <span>Share</span> or <span>Rent</span> <br>a cab.</h1>
<p>Wherever you're going, there's a carpool that will<br>
get you there for less.</p>
<div class="carweb">
<img src="Car Website – [email protected]" alt="">

<img src="Car Website – [email protected]" alt="">
</div>
</div>
<!-- <div class="form-container">
Expand Down
16 changes: 13 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,24 @@ header {
}

.logo img {
width: 60px;
border-radius: 10px; /* This creates 10px rounded corners */
}
.CabRental_logo img {
margin: 9px 30px 0px 0px;
}


/* header nav {
width: 60px;
border-radius: 60px;
/* This creates 10px rounded corners */
}
This creates 10px rounded corners
}*/

------------------------------------------

/* header nav {
padding: 20px 40px 20px 100px;
display: grid;
grid-template-columns: 1fr 2fr;
Expand Down

0 comments on commit 24ae47d

Please sign in to comment.