Skip to content

Commit 85667dc

Browse files
authored
Update dashboard.html
Updated
1 parent d030573 commit 85667dc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

dashboard.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
background-color: #f9fafb;
1515
color: #333;
1616
}
17+
.header {
18+
display: flex;
19+
align-items: center;
20+
background-color: #333;
21+
padding: 10px 20px;
22+
}
23+
.logo {
24+
max-height: 50px;
25+
margin-right: 20px;
26+
}
27+
1728

1829
/* Navigation Bar */
1930
nav {
@@ -82,7 +93,8 @@
8293
</style>
8394
</head>
8495
<body>
85-
96+
<header class="header">
97+
<img src="logo.jpg" alt="Logo" class="logo">
8698
<nav>
8799
<a href="notifications.html" class="menu-item active">🌱 Notifications</a>
88100
<a href="climate.html" class="menu-item">🌦️ Climate</a>

0 commit comments

Comments
 (0)