Skip to content

Commit

Permalink
adddd
Browse files Browse the repository at this point in the history
  • Loading branch information
Supriadi998 committed Dec 8, 2024
1 parent 16da08e commit 338a266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
Binary file removed img/Screenshot 2024-12-02 084014.png
Binary file not shown.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@

<body>
<!-- navbar start -->
<nav class="navbar" x-data>
<a href="#"
class="navbar-logo"><img src="img/jari.png" alt="Logo" class="logo-image" />
<span>Dapoer Blends</span></a>
<nav class="navbar">
<a href="#"
class="navbar-logo">Dapoer<span>Blends</span></a>

<div class="navbar-nav">
<a href="#home">Home</a>
Expand Down
14 changes: 0 additions & 14 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ body {
font-family: "Poppins";
}

.navbar-logo {
display: flex;
align-items: center;
gap: 0.5rem; /* Jarak antara gambar dan teks */
}

.navbar-logo img {
height: 60px; /* Atur ukuran logo sesuai kebutuhan */
width: auto;
object-fit: contain; /* Pastikan gambar tidak terdistorsi */
border-radius: 50%;
}


.navbar .navbar-logo span {
color: var(--primary);
}
Expand Down

0 comments on commit 338a266

Please sign in to comment.