Added daily and hourly styling at least

This commit is contained in:
Lani Aung
2025-06-26 07:42:55 -07:00
parent 5d4d9ece64
commit b48b9d8af3
6 changed files with 275 additions and 73 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
</head>
<body>
<main id="weather-panel">
<header id="time"></header>
<header id="time">
<span class="material" id="time-icon"></span>
<span id="time-value"></span>
</header>
<section id="current"></section>
<section id="hourly"></section>
<section id="daily"></section>