current weather scroll in html

This commit is contained in:
Matt Walsh
2022-08-04 13:49:53 -05:00
parent 6ad9b86abc
commit 037499dfb1
7 changed files with 33 additions and 11 deletions

View File

@@ -93,7 +93,7 @@
<div id="hourly-html" class="weather-display">
<%- include('partials/hourly.ejs') %>
</div>
<div id="current-weather-html" class="weather-display">
<div id="current-weather-html" class="weather-display show">
<%- include('partials/current-weather.ejs') %>
</div>
<div id="local-forecast-html" class="weather-display">

View File

@@ -1,3 +1,4 @@
<div class="scroll">
Scroll
<div class="scrolling template"></div>
<div class="fixed"></div>
</div>