We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d030573 commit 85667dcCopy full SHA for 85667dc
dashboard.html
@@ -14,6 +14,17 @@
14
background-color: #f9fafb;
15
color: #333;
16
}
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
+
28
29
/* Navigation Bar */
30
nav {
@@ -82,7 +93,8 @@
82
93
</style>
83
94
</head>
84
95
<body>
85
-
96
+<header class="header">
97
+ <img src="logo.jpg" alt="Logo" class="logo">
86
98
<nav>
87
99
<a href="notifications.html" class="menu-item active">🌱 Notifications</a>
88
100
<a href="climate.html" class="menu-item">🌦️ Climate</a>
0 commit comments